skyline/app
lynxnb 180d1efd4d Revert "Toggle DisableFrameThrottling setting by clicking on FPS"
This commit reverts PR #2037. Passing `NativeSettings` to emulation code through a member reference, instead of a local variable, caused unpredictable crashes when using custom GPU drivers (v615+) on some Qualcomm SoCs.
The exact cause of the issue remains unknown, my best guess is that it was caused by an incorrect optimization performed on the Kotlin bytecode in release mode, which caused an issue when reading memory that had been forked, because of running emulation in a separate process.
Runtime settings modification will be reimplemented in the future via an alternative method.
2023-02-27 19:00:52 +01:00
..
libraries Fix geometry and compute shaders on mali GPUs 2023-02-20 18:01:49 +00:00
src/main Revert "Toggle DisableFrameThrottling setting by clicking on FPS" 2023-02-27 19:00:52 +01:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update Kotlin + Android dependencies 2023-02-06 15:04:20 +01:00
CMakeLists.txt Move graphics piplines away from storing hades shader info struct 2023-02-04 23:10:45 +00:00
proguard-rules.pro Add kotlinx.serialization-json dependencies 2022-08-06 22:00:19 +05:30