Android fixes and features

* Jit cache eviction (fixes out of memory errors in some games)

* Low power PPTC

* Fix 'unknown' games displayed when using game folder with subfolders

* Turn off NCE and PPTC by default
This commit is contained in:
KeatonTheBot 2025-05-31 03:00:29 -05:00
parent 3af88ad2e6
commit fda90239bc
58 changed files with 914 additions and 190 deletions

View file

@ -79,6 +79,8 @@ namespace LibKenjinx
int vSyncMode,
bool enableDockedMode,
bool enablePtc,
bool enableLowPowerPtc,
bool enableJitCacheEviction,
bool enableInternetAccess,
bool enableFsIntegrityChecks,
int fsGlobalAccessLogMode,
@ -98,6 +100,8 @@ namespace LibKenjinx
(VSyncMode)vSyncMode,
enableDockedMode,
enablePtc,
enableLowPowerPtc,
enableJitCacheEviction,
enableInternetAccess,
enableFsIntegrityChecks,
fsGlobalAccessLogMode,