mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UI: Implement a command line option to boot NAND title
This commit is contained in:
@ -35,7 +35,7 @@ class MainWindow final : public QMainWindow
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow();
|
||||
explicit MainWindow(std::unique_ptr<BootParameters> boot_parameters);
|
||||
~MainWindow();
|
||||
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
|
Reference in New Issue
Block a user