mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-06 18:08:48 +01:00
Revert "settings: Enable auto-stub by default"
This reverts commit 7903415fa4
.
This commit is contained in:
parent
d9619b7eed
commit
ed115d3f72
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue