mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 00:29:47 +00:00
Set configuration default to *not* exit early.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
806251bf6f
commit
4840c238d6
@ -22,6 +22,6 @@ public:
|
||||
|
||||
private:
|
||||
bool m_debugMode = false;
|
||||
bool m_terminatesEarly = true;
|
||||
bool m_terminatesEarly = false;
|
||||
std::string m_romDirectory = "roms\\searle";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user