mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-04 09:22:38 +00:00
DolphinQt: Add support for the --movie parameter
Regression from DolphinWX.
This commit is contained in:
parent
8bad3f93f1
commit
6451496776
3 changed files with 14 additions and 3 deletions
|
@ -178,7 +178,7 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
||||
|
||||
MainWindow win{std::move(boot)};
|
||||
MainWindow win{std::move(boot), static_cast<const char*>(options.get("movie"))};
|
||||
if (options.is_set("debugger"))
|
||||
Settings::Instance().SetDebugModeEnabled(true);
|
||||
win.Show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue