From fd9ca88983164fd7764c28c09d7fd731d81cd194 Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:43:28 +0530 Subject: [PATCH] Update settings.h --- app/src/main/cpp/skyline/common/settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/cpp/skyline/common/settings.h b/app/src/main/cpp/skyline/common/settings.h index b1df5875..342dedf3 100644 --- a/app/src/main/cpp/skyline/common/settings.h +++ b/app/src/main/cpp/skyline/common/settings.h @@ -73,6 +73,7 @@ namespace skyline { // Display Setting forceTripleBuffering; //!< If the presentation engine should always triple buffer even if the swapchain supports double buffering Setting vsyncMode; + Setting useAsyncShaders; Setting disableShaderCache; //!< Prevents cached shaders from being loaded and disables caching of new shaders // CPU