mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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;
|
psp1_video_t *psp = (psp1_video_t*)driver.video_data;
|
||||||
|
|
||||||
/* Reinitialize textures here */
|
/* Reinitialize textures here */
|
||||||
//init_texture(vid, video);
|
init_texture(psp, video);
|
||||||
|
|
||||||
return driver.video_data;
|
return driver.video_data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user