mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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.pitch = 8;
|
||||||
g_extern.frame_cache.data = &dummy_pixels;
|
g_extern.frame_cache.data = &dummy_pixels;
|
||||||
|
|
||||||
|
#if defined(PSP)
|
||||||
if (driver.video_poke && driver.video_poke->set_texture_frame)
|
if (driver.video_poke && driver.video_poke->set_texture_frame)
|
||||||
driver.video_poke->set_texture_frame(driver.video_data,
|
driver.video_poke->set_texture_frame(driver.video_data,
|
||||||
&dummy_pixels, false, 1, 1, 1.0f);
|
&dummy_pixels, false, 1, 1, 1.0f);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user