summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-08-17 09:15:09 +0200
committerJosJuice <josjuice@gmail.com>2023-08-17 19:19:26 +0200
commitb62c25864f6d549976b94eda60763524413e896e (patch)
tree9bcddedec1bd67aa0a2dd257ac7a8c961bc09b00 /Source/Core/VideoCommon/VideoConfig.cpp
parent7197e3abd0831e0d551fd3b2cd7e3346ce04bc68 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
0 files changed, 0 insertions, 0 deletions