Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeromus <zeromus@users.noreply.github.com>2022-08-21 04:49:30 +0300
committerzeromus <zeromus@users.noreply.github.com>2022-08-21 04:49:30 +0300
commit6b8387b849cfcc7229b7b85ec24ae24670858641 (patch)
tree796533247a4b97e4832c14f4e06ea5e8a71ce117
parentf7e7773b5ab7599eb30c10e4b90c356d4542d068 (diff)
fix compile errors on linux, probably
-rw-r--r--src/input.cpp1
1 files changed, 1 insertions, 0 deletions
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);