From ed115d3f726c88697eaa6f9c2535a89d877efa9a Mon Sep 17 00:00:00 2001 From: Zephyron Date: Mon, 24 Feb 2025 19:05:05 +1000 Subject: [PATCH] Revert "settings: Enable auto-stub by default" This reverts commit 7903415fa4369fbf0e8f415fbe9eb0017e0f7b3e. --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index c3a5b8fce..06253ed25 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -595,7 +595,7 @@ struct Values { linkage, false, "extended_logging", Category::Debugging, Specialization::Default, false}; Setting use_debug_asserts{linkage, false, "use_debug_asserts", Category::Debugging}; Setting use_auto_stub{ - linkage, true, "use_auto_stub", Category::Debugging, Specialization::Default, true}; + linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false}; Setting enable_all_controllers{linkage, false, "enable_all_controllers", Category::Debugging}; Setting perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging};