mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
(Menu) performance improvement
This commit is contained in:
parent
0cb72b3497
commit
055b2bd667
@ -536,7 +536,9 @@ void init_video(void)
|
||||
g_extern.frame_cache.pitch = 8;
|
||||
g_extern.frame_cache.data = &dummy_pixels;
|
||||
|
||||
#if defined(PSP)
|
||||
if (driver.video_poke && driver.video_poke->set_texture_frame)
|
||||
driver.video_poke->set_texture_frame(driver.video_data,
|
||||
&dummy_pixels, false, 1, 1, 1.0f);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user