fix compile errors on linux, probably
This commit is contained in:
parent
f7e7773b5a
commit
6b8387b849
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue