summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video.h b/video.h
index 9831e8c..c54682f 100644
--- a/video.h
+++ b/video.h
@@ -103,4 +103,8 @@ extern video_filter_type2 screen_filter2;
void set_gba_resolution(video_scale_type scale);
+#ifdef __LIBRETRO__
+extern u16 gba_screen_pixels[GBA_SCREEN_PITCH * GBA_SCREEN_HEIGHT];
+#endif
+
#endif