mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
remove some global cruft.
some functions (like stop) are still broken. bear with me, we'll get there.
This commit is contained in:
@ -60,6 +60,7 @@ public:
|
||||
void emuPause();
|
||||
void emuUnpause();
|
||||
void emuStop();
|
||||
void emuExit();
|
||||
void emuFrameStep();
|
||||
|
||||
bool emuIsRunning();
|
||||
@ -108,6 +109,7 @@ private:
|
||||
|
||||
EmuStatusKind PrevEmuStatus;
|
||||
EmuStatusKind EmuRunning;
|
||||
bool emuActive;
|
||||
|
||||
constexpr static int EmuPauseStackRunning = 0;
|
||||
constexpr static int EmuPauseStackPauseThreshold = 1;
|
||||
|
Reference in New Issue
Block a user