mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 01:42:41 +00:00
Qt: Implement Batch flag (-b)
This commit is contained in:
parent
1c9b64ff02
commit
2a837a82d4
4 changed files with 14 additions and 1 deletions
|
@ -87,6 +87,7 @@ int main(int argc, char* argv[])
|
|||
UICommon::Init();
|
||||
Resources::Init();
|
||||
Settings::Instance().SetDebugModeEnabled(options.is_set("debugger"));
|
||||
Settings::Instance().SetBatchModeEnabled(options.is_set("batch"));
|
||||
|
||||
// Hook up alerts from core
|
||||
RegisterMsgAlertHandler(QtMsgAlertHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue