0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-29 08:25:10 +00:00

Update android_settings.h

This commit is contained in:
Ishan09811 2025-01-03 19:51:40 +05:30 committed by GitHub
parent 45112153fb
commit 20da9afbfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ namespace skyline {
isInternetEnabled = ktSettings.GetBool("isInternetEnabled"); isInternetEnabled = ktSettings.GetBool("isInternetEnabled");
forceTripleBuffering = ktSettings.GetBool("forceTripleBuffering"); forceTripleBuffering = ktSettings.GetBool("forceTripleBuffering");
vsyncMode = ktSettings.GetInt<int>("vsyncMode"); vsyncMode = ktSettings.GetInt<int>("vsyncMode");
anisotropicFilter = ktSettings.GetInt<float>("anisotropic_filter"); anisotropicFilter = static_cast<float>(ktSettings.GetInt<int>("anisotropic_filter"));
gpuDriver = ktSettings.GetString("gpuDriver"); gpuDriver = ktSettings.GetString("gpuDriver");
gpuDriverLibraryName = ktSettings.GetString("gpuDriverLibraryName"); gpuDriverLibraryName = ktSettings.GetString("gpuDriverLibraryName");
executorSlotCountScale = ktSettings.GetInt<u32>("executorSlotCountScale"); executorSlotCountScale = ktSettings.GetInt<u32>("executorSlotCountScale");