Revert "(Menu) Performance improvement, prevent drawing the menu texture when using a GL menu driver"
This reverts commit a639e6163d
.
This commit is contained in:
parent
091cd9f039
commit
008c5c4cde
|
@ -28,7 +28,7 @@ static void draw_frame(void)
|
|||
if (driver.video_data && driver.video_poke &&
|
||||
driver.video_poke->set_texture_enable)
|
||||
driver.video_poke->set_texture_enable(driver.video_data,
|
||||
driver.menu_ctx && driver.menu_ctx->set_texture, MENU_TEXTURE_FULLSCREEN);
|
||||
true, MENU_TEXTURE_FULLSCREEN);
|
||||
|
||||
if (!g_settings.menu.pause_libretro)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue