mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-10 10:29:43 +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…
x
Reference in New Issue
Block a user