From f1d14fbe7ce749b613ee2f7071cdfff1de013152 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 4 Nov 2015 15:46:27 +0100 Subject: (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. --- video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video.c') 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 -- cgit v1.2.3