dolphin/Source
JosJuice b62c25864f CPUThreadConfigCallback: Remove some CPU thread asserts
Turns out that we have two subsystems that want to register CPU thread
callbacks from a different thread than the CPU thread: FreeLookConfig
and VideoConfig. Both seem to happen from the host thread before the CPU
thread starts, so there's no thread safety issue. But ideally, if we
want to allow registering callbacks from threads other than the CPU
thread, we should make registering callbacks actually thread-safe. This
is an unsolved problem for the regular Config system, so I would like to
leave it outside the scope of this PR.
2023-08-17 19:19:26 +02:00
..
Android Android: Fix SettingsActivity.onActivityResult 2023-07-28 18:45:07 +02:00
Core CPUThreadConfigCallback: Remove some CPU thread asserts 2023-08-17 19:19:26 +02:00
DSPSpy
DSPTool
PCH
UnitTests UnitTests: Declare as CPU thread when using CPUThreadConfigCallback 2023-08-17 19:19:25 +02:00
VSProps DolphinQt: Add function to set a QWidget's window decorations to dark ones on Windows. 2023-08-12 16:54:53 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln