mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 08:47:57 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user