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:
Megamouse
2018-04-24 10:23:18 +02:00
committed by Ani
parent 6b3eebc907
commit 4e8ce7fac0
3 changed files with 47 additions and 24 deletions
+1 -1
View File
@@ -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();