summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authoraliaspider2015-11-04 15:46:27 +0100
committeraliaspider2015-11-04 15:46:27 +0100
commitf1d14fbe7ce749b613ee2f7071cdfff1de013152 (patch)
tree9b7e838c4c0c879d7a65e4dd65ae0647dc31f068 /video.c
parent6b8417143a395674d7ab0b771060ac36f1e72df5 (diff)
downloadpicogpsp-f1d14fbe7ce749b613ee2f7071cdfff1de013152.tar.gz
picogpsp-f1d14fbe7ce749b613ee2f7071cdfff1de013152.tar.bz2
picogpsp-f1d14fbe7ce749b613ee2f7071cdfff1de013152.zip
(3ds) dynarec: map the translation caches to specific addresses at
runtime, increases compatibility with loaders that can reloacate each program section seperately. move the svc enabling functions to the frontend.
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index 14708fd..48469e9 100644
--- a/video.c
+++ b/video.c
@@ -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