Skip to content

Commit 66c8f91

Browse files
committed
Intrface: Fixes keyword for rom_opened
1 parent dc02de0 commit 66c8f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desmume/src/frontend/interface/interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
#define SCREENS_PIXEL_SIZE 98304
4141
volatile bool execute = false;
42-
volatile bool rom_opened = false;
42+
static bool rom_opened = false;
4343
TieredRegion hooked_regions [HOOK_COUNT];
4444
std::map<unsigned int, memory_cb_fnc> hooks[HOOK_COUNT];
4545

0 commit comments

Comments
 (0)