fix compile errors on linux, probably

This commit is contained in:
zeromus 2022-08-20 21:49:30 -04:00
parent f7e7773b5a
commit 6b8387b849
1 changed files with 1 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@ static void RamSearchOpNE(void) {
} }
extern int globalCheatDisabled; extern int globalCheatDisabled;
extern unsigned int FrozenAddressCount;
static void ToggleCheats() static void ToggleCheats()
{ {
FCEUI_GlobalToggleCheat(globalCheatDisabled); FCEUI_GlobalToggleCheat(globalCheatDisabled);