Skip to content

Commit

Permalink
Intrface: Fixes keyword for rom_opened
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Apr 2, 2022
1 parent dc02de0 commit 66c8f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desmume/src/frontend/interface/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 66c8f91

Please sign in to comment.