Add run counter, which will be used for periodic stuff like checking for new version

This commit is contained in:
Henrik Rydgard 2013-11-26 10:24:31 +01:00
parent 64ba644734
commit 7410f6fd44
2 changed files with 5 additions and 0 deletions

View file

@ -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