remove some global cruft.

some functions (like stop) are still broken. bear with me, we'll get there.
This commit is contained in:
Arisotura
2024-06-04 12:13:54 +02:00
parent 724d5fbac1
commit 83c9b8dd42
12 changed files with 137 additions and 190 deletions

View File

@ -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;