mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Use video_driver_set_nonblock_state
This commit is contained in:
parent
4a46a8c5d7
commit
42cf31ef2c
2
driver.c
2
driver.c
@ -288,7 +288,7 @@ void driver_set_nonblock_state(bool enable)
|
||||
|
||||
if (!settings->video.vsync || global->system.force_nonblock)
|
||||
video_nonblock = true;
|
||||
driver->video->set_nonblock_state(driver->video_data, video_nonblock);
|
||||
video_driver_set_nonblock_state(video_nonblock);
|
||||
}
|
||||
|
||||
if (driver->audio_active && driver->audio_data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user