mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix one potential crash bug
This commit is contained in:
@ -78,6 +78,7 @@ public:
|
||||
~EmuInstance();
|
||||
|
||||
int getInstanceID() { return instanceID; }
|
||||
int getConsoleType() { return consoleType; }
|
||||
EmuThread* getEmuThread() { return emuThread; }
|
||||
melonDS::NDS* getNDS() { return nds; }
|
||||
|
||||
@ -225,6 +226,7 @@ private:
|
||||
Config::Table globalCfg;
|
||||
Config::Table localCfg;
|
||||
|
||||
int consoleType;
|
||||
melonDS::NDS* nds;
|
||||
|
||||
int cartType;
|
||||
|
Reference in New Issue
Block a user