diff options
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #include "common.h" -u16* gba_screen_pixels; +u16* gba_screen_pixels = NULL; #define get_screen_pixels() gba_screen_pixels #define get_screen_pitch() GBA_SCREEN_PITCH |