skyline/app/src/main
PixelyIon 7f7352ed59 Recalculate highest-priority waiters during cvar/address signaling
`SignalToAddress`/`ConditionVariableSignal` need to wake waiters in priority order, while threads are inserted in order this doesn't remain the case as priority updates don't reinsert the thread into `syncWaiters`. 

It was determined that reinsertion into `syncWaiters` would be fairly complex due to locking the `syncWaitersMutex` with the thread's mutexes. To avoid this, this commit instead sorts waiters by priority at signal time to always wake threads in the right order.
2023-01-11 00:13:15 +05:30
..
assets Implement full profile picture support 2022-12-27 22:53:41 +05:30
cpp Recalculate highest-priority waiters during cvar/address signaling 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