(PSP1) Buildfix
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user