skyline/app/src/main
PixelyIon c4b4532222 Check waitThread rather than waitMutex during condvar timeouts
When a timeout occurs in `ConditionVariableWait`, we used to check `waitMutex` which is cleared by `MutexUnlock` but when we hit the CAS case in `ConditionVariableSignal` then we don't clear `waitMutex`. It's far more reliable to check `waitThread` as an indication for if the thread has already been unlocked as it's cleared at the start of `ConditionVariableWait` and would implicitly stay cleared in the CAS case while being set in `MutexLock` and being unset in `MutexUnlock`.
2023-01-11 00:13:15 +05:30
..
assets Implement full profile picture support 2022-12-27 22:53:41 +05:30
cpp Check waitThread rather than waitMutex during condvar timeouts 2023-01-11 00:13:15 +05:30
java/emu/skyline Dynamically apply GPU turbo clocks only when GPU submissions are queued 2023-01-08 19:30:52 +00:00
res Update edge supporter names 2023-01-08 21:35:14 +00:00
shaders Implement a helper shader for partial clears 2022-11-19 12:49:05 +00:00
AndroidManifest.xml Run emulation in a separate process 2022-11-11 11:49:33 +00:00