(PSP1) Buildfix

This commit is contained in:
twinaphex
2016-02-19 06:39:31 +01:00
parent 592e315c3c
commit 479d5d8e37

View File

@@ -782,7 +782,7 @@ static void retro_run_blit(uint8_t *gfx)
unsigned x, y; unsigned x, y;
#ifdef PSP #ifdef PSP
static unsigned int __attribute__((aligned(16))) d_list[32]; static unsigned int __attribute__((aligned(16))) d_list[32];
void* const texture_vram_p = NULL; void* texture_vram_p = NULL;
#endif #endif
uint16_t *fceu_video_out_ptr = NULL; uint16_t *fceu_video_out_ptr = NULL;
struct retro_framebuffer fb = {0}; struct retro_framebuffer fb = {0};