Only start the playtime clock if it makes sense

This commit is contained in:
Megamouse
2020-02-07 21:55:29 +01:00
parent 54da9ac7e5
commit 901fc87bca
9 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Q_SIGNALS:
public Q_SLOTS:
void OnEmuStop();
void OnEmuRun();
void OnEmuRun(bool start_playtime);
void OnEmuResume();
void OnEmuPause();
void OnEmuReady();