mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 20:56:25 +00:00
Config: disable panic handlers by default
This commit is contained in:
parent
8b2dbb8828
commit
b8e19b809d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ const Info<bool> MAIN_NETWORK_SSL_DUMP_PEER_CERT{{System::Main, "Network", "SSLD
|
|||
|
||||
const Info<bool> MAIN_USE_HIGH_CONTRAST_TOOLTIPS{
|
||||
{System::Main, "Interface", "UseHighContrastTooltips"}, true};
|
||||
const Info<bool> MAIN_USE_PANIC_HANDLERS{{System::Main, "Interface", "UsePanicHandlers"}, true};
|
||||
const Info<bool> MAIN_USE_PANIC_HANDLERS{{System::Main, "Interface", "UsePanicHandlers"}, false};
|
||||
const Info<bool> MAIN_OSD_MESSAGES{{System::Main, "Interface", "OnScreenDisplayMessages"}, true};
|
||||
const Info<bool> MAIN_SKIP_NKIT_WARNING{{System::Main, "Interface", "SkipNKitWarning"}, false};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue