mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Address issues pointed out
This commit is contained in:
parent
af6b09d950
commit
597dbfdf9a
@ -33107,7 +33107,7 @@ static void drivers_init(struct rarch_state *p_rarch,
|
|||||||
if (flags & (DRIVER_VIDEO_MASK | DRIVER_AUDIO_MASK))
|
if (flags & (DRIVER_VIDEO_MASK | DRIVER_AUDIO_MASK))
|
||||||
{
|
{
|
||||||
/* Keep non-throttled state as good as possible. */
|
/* Keep non-throttled state as good as possible. */
|
||||||
if (input_driver_st->nonblocking_flag)
|
if (input_driver_st && input_driver_st->nonblocking_flag)
|
||||||
driver_set_nonblock_state();
|
driver_set_nonblock_state();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user