diff options
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |