mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +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);
|
||||
|
||||
/* Check if it's not oneshot */
|
||||
if (!trig_frameadvance)
|
||||
focused = false;
|
||||
#ifdef HAVE_REWIND
|
||||
else if (!(BIT256_GET(current_bits, RARCH_REWIND)))
|
||||
focused = false;
|
||||
if (!(trig_frameadvance || BIT256_GET(current_bits, RARCH_REWIND)))
|
||||
#else
|
||||
if (!trig_frameadvance)
|
||||
#endif
|
||||
focused = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user