mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -63,7 +63,8 @@ class MainWindow final : public QMainWindow
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters);
|
||||
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters,
|
||||
const std::string& movie_path);
|
||||
~MainWindow();
|
||||
|
||||
void Show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue