skyline/app/src/main
Billy Laws 7c623f8301 Use a spinlock for thread waiter mutex
Since the waitermutex is only ever locked for a short amount of time, spinning in contention-heavy scenarios ends up quite a bit more efficient than a kernel wait.
2023-01-20 21:07:59 +00:00
..
assets Implement full profile picture support 2022-12-27 22:53:41 +05:30
cpp Use a spinlock for thread waiter mutex 2023-01-20 21:07:59 +00:00
java/emu/skyline Display a preview of the current profile picture 2023-01-13 14:28:20 +01: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 for release builds only 2023-01-11 23:38:57 +05:30