mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 07:39:01 +00:00
rest of the fucking owl
This commit is contained in:
parent
79cf986d36
commit
746ab9586b
32 changed files with 5684 additions and 16 deletions
|
@ -139,6 +139,7 @@ int main(int argc, char* argv[])
|
|||
UICommon::Init();
|
||||
Resources::Init();
|
||||
Settings::Instance().SetBatchModeEnabled(options.is_set("batch"));
|
||||
Settings::Instance().SetSlippiInputFile(static_cast<const char*>(options.get("slippi_input")));
|
||||
|
||||
// Hook up alerts from core
|
||||
Common::RegisterMsgAlertHandler(QtMsgAlertHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue