mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-23 09:55:48 +00:00
(360) Build fix
This commit is contained in:
parent
6c622c4e4b
commit
76b62788be
@ -918,9 +918,9 @@ HRESULT CRetroArchSettings::OnControlNavigate(XUIMessageControlNavigate *pContro
|
||||
if (driver.video_poke->set_fbo_state)
|
||||
{
|
||||
if(g_settings.video.render_to_texture)
|
||||
driver.video_poke->set_fbo_state(FBO_INIT);
|
||||
driver.video_poke->set_fbo_state(driver.video_data, FBO_INIT);
|
||||
else
|
||||
driver.video_poke->set_fbo_state(FBO_DEINIT);
|
||||
driver.video_poke->set_fbo_state(driver.video_data, FBO_DEINIT);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user