skyline/app/src/main
Billy Laws 8471ab754d Introduce a spin lock for resources locked at a very high frequency
Constant buffer updates result in a barrage of std::mutex calls that take a lot of time even under no contention (around 5%). Using a custom spinlock in cases like these allows inlining locking code reducing the cost of locks under no contention to almost 0.
2022-11-02 17:46:07 +00:00
..
assets Update ngword2 archive with the correct content 2022-10-25 00:40:46 +02:00
cpp Introduce a spin lock for resources locked at a very high frequency 2022-11-02 17:46:07 +00:00
java/emu/skyline Prevent a false positive SecurityException for DocumentsProvider 2022-10-25 20:17:18 +05:30
res Add credits PreferenceCategory 2022-10-25 21:40:28 +01:00
shaders Simplify blit helper shader vertex order 2022-08-10 15:43:16 +01:00
AndroidManifest.xml Introduce a dev app flavor for side-by-side installation 2022-10-01 13:01:46 +02:00