mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(PS) reinit_textures in init function
This commit is contained in:
parent
edcd7118ad
commit
429b3126cb
@ -90,7 +90,7 @@ static void *psp_init(const video_info_t *video,
|
||||
psp1_video_t *psp = (psp1_video_t*)driver.video_data;
|
||||
|
||||
/* Reinitialize textures here */
|
||||
//init_texture(vid, video);
|
||||
init_texture(psp, video);
|
||||
|
||||
return driver.video_data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user