Add run counter, which will be used for periodic stuff like checking for new version
This commit is contained in:
parent
64ba644734
commit
7410f6fd44
2 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
bool bSaveSettings;
|
||||
bool bFirstRun;
|
||||
|
||||
int iRunCount; // To be used to for example check for updates every 10 runs and things like that.
|
||||
|
||||
bool bAutoRun; // start immediately
|
||||
bool bBrowse; // when opening the emulator, immediately show a file browser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue