mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-02-08 18:30:32 +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:
|
private:
|
||||||
bool m_debugMode = false;
|
bool m_debugMode = false;
|
||||||
bool m_terminatesEarly = true;
|
bool m_terminatesEarly = false;
|
||||||
std::string m_romDirectory = "roms\\searle";
|
std::string m_romDirectory = "roms\\searle";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user