mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 22:18:58 +01:00
Qt/Main: Add option to launch file without -e
This commit is contained in:
parent
d3dd85dbd7
commit
0911b44f60
@ -104,6 +104,10 @@ int main(int argc, char* argv[])
|
||||
QMessageBox::critical(nullptr, QObject::tr("Error"), QObject::tr("Invalid title ID."));
|
||||
}
|
||||
}
|
||||
else if (!args.empty())
|
||||
{
|
||||
boot = BootParameters::GenerateFromFile(args.front());
|
||||
}
|
||||
|
||||
int retval = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user