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:
parent
45112153fb
commit
20da9afbfe
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user