skyline/app/src/main
PixelyIon d7399e33c1
Avoid waiting on mutex in PresentationEngine::Present
We want to block on the host thread during presentation while the host surface isn't present to implicitly pause the game, this can end up being fairly costly as it involves locking the `PresentationEngine` mutex which can lead to a lot of contention with the presentation thread. This fixes the issue by polling if there is a surface and only if there isn't then doing the wait as it isn't mandatory to wait always, we'll eventually run into the guest thread stalling.
2022-08-06 22:18:42 +05:30
..
assets Improve Shared Fonts + Fix AM PopLaunchParameter & Choreographer Bug 2021-10-16 12:13:30 +01:00
cpp Avoid waiting on mutex in PresentationEngine::Present 2022-08-06 22:18:42 +05:30
java/emu/skyline Pass ViewHolder on bind to RecyclerView items instead of ViewBinding 2022-08-06 22:00:19 +05:30
res Improve rendering for Right-To-Left layouts 2022-08-06 22:00:19 +05:30
AndroidManifest.xml Only set hasFragileUserData for signed builds 2022-08-06 22:18:42 +05:30