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

Update settings.h

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

View File

@ -73,6 +73,7 @@ namespace skyline {
// Display // Display
Setting<bool> forceTripleBuffering; //!< If the presentation engine should always triple buffer even if the swapchain supports double buffering Setting<bool> forceTripleBuffering; //!< If the presentation engine should always triple buffer even if the swapchain supports double buffering
Setting<int> vsyncMode; Setting<int> vsyncMode;
Setting<bool> useAsyncShaders;
Setting<bool> disableShaderCache; //!< Prevents cached shaders from being loaded and disables caching of new shaders Setting<bool> disableShaderCache; //!< Prevents cached shaders from being loaded and disables caching of new shaders
// CPU // CPU