summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-11-17 21:49:51 +0100
committerJosJuice <josjuice@gmail.com>2021-11-17 21:49:51 +0100
commit2941cf8d94bb374b4a0d496cd39e49e9be62c555 (patch)
treef118d3bc61e5d57727bd5a356d2c0b9358460671 /Source/Core/VideoCommon/VideoConfig.cpp
parent857963b336dcf51acccc6400e5ee7f97bd9bee5a (diff)
Android: Make GameFileCacheManager use LiveData, part 2
Gets rid some uses of the deprecated LocalBroadcastManager. One note about the changes in GameFileCacheManager itself: The change from compareAndSet to getValue followed by setValue is actually safe, because startLoad and startRescan only run from the main thread, and only the main thread ever sets the flags to true. So it's impossible for any other thread to change the flag in between the getValue and the setValue.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
0 files changed, 0 insertions, 0 deletions