mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Fix issues to do with HAVE_REWIND
This commit is contained in:
parent
d66493ba9e
commit
02ed18a93d
@ -38642,12 +38642,12 @@ static enum runloop_state runloop_check_state(
|
|||||||
CMD_EVENT_FULLSCREEN_TOGGLE, true, &toggle);
|
CMD_EVENT_FULLSCREEN_TOGGLE, true, &toggle);
|
||||||
|
|
||||||
/* Check if it's not oneshot */
|
/* Check if it's not oneshot */
|
||||||
if (!trig_frameadvance)
|
|
||||||
focused = false;
|
|
||||||
#ifdef HAVE_REWIND
|
#ifdef HAVE_REWIND
|
||||||
else if (!(BIT256_GET(current_bits, RARCH_REWIND)))
|
if (!(trig_frameadvance || BIT256_GET(current_bits, RARCH_REWIND)))
|
||||||
focused = false;
|
#else
|
||||||
|
if (!trig_frameadvance)
|
||||||
#endif
|
#endif
|
||||||
|
focused = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user