From 429b3126cbe136510f5ec250825e60c8eb0da25b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 13 Feb 2014 10:41:05 +0100 Subject: [PATCH] (PS) reinit_textures in init function --- psp1/psp1_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psp1/psp1_video.c b/psp1/psp1_video.c index 69a6503a3e..5c3c89f2b4 100644 --- a/psp1/psp1_video.c +++ b/psp1/psp1_video.c @@ -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; }