mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt/Settings: Add debug mode flag
This commit is contained in:
parent
1df69c5750
commit
ff283ff912
3 changed files with 21 additions and 1 deletions
|
@ -73,6 +73,7 @@ int main(int argc, char* argv[])
|
|||
UICommon::CreateDirectories();
|
||||
UICommon::Init();
|
||||
Resources::Init();
|
||||
Settings::Instance().SetDebugModeEnabled(options.is_set("debugger"));
|
||||
|
||||
// Hook up alerts from core
|
||||
RegisterMsgAlertHandler(QtMsgAlertHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue