diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ typedef u32 fixed8_24; #include "SDL.h" #endif #include "cpu.h" -#include "memory.h" +#include "gba_memory.h" #include "video.h" #include "input.h" #include "sound.h" |