mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Fix RARCH_CTL_UNSET_STDIN_CLAIMED
This commit is contained in:
parent
8f41174fca
commit
25787c2ce6
@ -1335,7 +1335,7 @@ bool rarch_ctl(enum rarch_ctl_state state, void *data)
|
||||
rarch_stdin_claimed = true;
|
||||
break;
|
||||
case RARCH_CTL_UNSET_STDIN_CLAIMED:
|
||||
rarch_stdin_claimed = true;
|
||||
rarch_stdin_claimed = false;
|
||||
break;
|
||||
case RARCH_CTL_VERIFY_STDIN_PATHS:
|
||||
if (!*global->name.savefile)
|
||||
|
Loading…
x
Reference in New Issue
Block a user