0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-28 09:35:08 +00:00

Update android_settings.h

This commit is contained in:
Ishan09811 2025-01-16 14:41:16 +05:30 committed by GitHub
parent 3459f3b09f
commit b64e3bdab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ namespace skyline {
executorFlushThreshold = ktSettings.GetInt<u32>("executorFlushThreshold");
useDirectMemoryImport = ktSettings.GetBool("useDirectMemoryImport");
forceMaxGpuClocks = ktSettings.GetBool("forceMaxGpuClocks");
useAsyncShaders = ktSettings.GetBool("useAsyncShaders");
disableShaderCache = ktSettings.GetBool("disableShaderCache");
enableSampleShading = ktSettings.GetBool("enableSampleShading");
freeGuestTextureMemory = ktSettings.GetBool("freeGuestTextureMemory");