diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index c690d223f..1978eae82 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -1510,7 +1510,7 @@ u32 MMU_readFromGC() //does some validation on the game's choice of IF value, correcting it if necessary -void validateIF_arm9() +static void validateIF_arm9() { //according to gbatek, these flags are forced on until the condition is removed. //no proof of this though...