From 6b8387b849cfcc7229b7b85ec24ae24670858641 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 20 Aug 2022 21:49:30 -0400 Subject: [PATCH] fix compile errors on linux, probably --- src/input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.cpp b/src/input.cpp index c1dcd536..592d5e50 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1271,6 +1271,7 @@ static void RamSearchOpNE(void) { } extern int globalCheatDisabled; +extern unsigned int FrozenAddressCount; static void ToggleCheats() { FCEUI_GlobalToggleCheat(globalCheatDisabled);