Revert "settings: Enable auto-stub by default"

This reverts commit 7903415fa4.
This commit is contained in:
Zephyron 2025-02-24 19:05:05 +10:00
parent d9619b7eed
commit ed115d3f72

View file

@ -595,7 +595,7 @@ struct Values {
linkage, false, "extended_logging", Category::Debugging, Specialization::Default, false};
Setting<bool> use_debug_asserts{linkage, false, "use_debug_asserts", Category::Debugging};
Setting<bool> use_auto_stub{
linkage, true, "use_auto_stub", Category::Debugging, Specialization::Default, true};
linkage, false, "use_auto_stub", Category::Debugging, Specialization::Default, false};
Setting<bool> enable_all_controllers{linkage, false, "enable_all_controllers",
Category::Debugging};
Setting<bool> perform_vulkan_check{linkage, true, "perform_vulkan_check", Category::Debugging};