We can make validateIF_arm9 static.

This commit is contained in:
riccardom 2010-03-12 14:37:33 +00:00
parent a3bc1cd1cc
commit 8a083e5acb
1 changed files with 1 additions and 1 deletions

View File

@ -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...