3
0
Fork 0
forked from suyu/suyu
suyu/src
Charles Lombardo 5445e974e0 android: Separate emulation states from emulation mutex
Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems.
2023-08-30 15:19:23 -04:00
..
android android: Separate emulation states from emulation mutex 2023-08-30 15:19:23 -04:00
audio_core Merge pull request #11408 from Kelebek1/fix_audio_node_id 2023-08-29 09:27:40 -04:00
common android: Expose interface for getting settings from native code 2023-08-29 19:40:17 -04:00
core Merge pull request #11409 from liamwhite/splatoon-nsd-v2 2023-08-29 09:27:32 -04:00
dedicated_room
input_common Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
network
shader_recompiler Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation 2023-08-18 22:17:02 -04:00
tests
video_core Use initial_frame to check interlaced flag 2023-08-28 00:48:53 +04:00
web_service Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
yuzu Merge pull request #11356 from lat9nq/console-mode-pg 2023-08-26 19:15:00 -04:00
yuzu_cmd configure_system: Implement with for loop 2023-07-21 10:56:07 -04:00
.clang-format
CMakeLists.txt Avoid $<CXX_COMPILER_ID:Clang> because it doesn't include AppleClang. 2023-08-25 19:22:31 -04:00