Qt: Enable all play options for the last played game on StartUp
- main_window::CreateThumbnailToolbar into main_window::Init - also moved the log message for "Recent Game Not Valid" from Error to Warning (only the common occurance)
This commit is contained in:
@@ -71,7 +71,6 @@ public:
|
||||
explicit main_window(std::shared_ptr<gui_settings> guiSettings, std::shared_ptr<emu_settings> emuSettings, QWidget *parent = 0);
|
||||
void Init();
|
||||
~main_window();
|
||||
void CreateThumbnailToolbar();
|
||||
QIcon GetAppIcon();
|
||||
|
||||
Q_SIGNALS:
|
||||
@@ -87,6 +86,7 @@ public Q_SLOTS:
|
||||
void RepaintGui();
|
||||
|
||||
private Q_SLOTS:
|
||||
void OnPlayOrPause();
|
||||
void Boot(const std::string& path, bool direct = false, bool add_only = false);
|
||||
void BootElf();
|
||||
void BootGame();
|
||||
|
||||
Reference in New Issue
Block a user