Intrface: Fixes keyword for rom_opened

This commit is contained in:
Marco Köpcke 2022-03-30 20:17:48 +02:00 committed by Parakoopa
parent dc02de0a4a
commit 66c8f91a5e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define SCREENS_PIXEL_SIZE 98304
volatile bool execute = false;
volatile bool rom_opened = false;
static bool rom_opened = false;
TieredRegion hooked_regions [HOOK_COUNT];
std::map<unsigned int, memory_cb_fnc> hooks[HOOK_COUNT];