From 479d5d8e37f415f011687273f82972ebf5f0242d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 19 Feb 2016 06:39:31 +0100 Subject: [PATCH] (PSP1) Buildfix --- src/drivers/libretro/libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/libretro/libretro.c b/src/drivers/libretro/libretro.c index e3681b0..457eea1 100644 --- a/src/drivers/libretro/libretro.c +++ b/src/drivers/libretro/libretro.c @@ -782,7 +782,7 @@ static void retro_run_blit(uint8_t *gfx) unsigned x, y; #ifdef PSP static unsigned int __attribute__((aligned(16))) d_list[32]; - void* const texture_vram_p = NULL; + void* texture_vram_p = NULL; #endif uint16_t *fceu_video_out_ptr = NULL; struct retro_framebuffer fb = {0};