mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(MSVC 2005) Buildfix
This commit is contained in:
parent
e206230a89
commit
3199edcde2
@ -4142,11 +4142,12 @@ static enum runloop_state runloop_check_state(
|
||||
#endif
|
||||
{
|
||||
char s[128];
|
||||
unsigned t = 0;
|
||||
bool rewinding = false;
|
||||
unsigned t = 0;
|
||||
|
||||
s[0] = '\0';
|
||||
s[0] = '\0';
|
||||
|
||||
bool rewinding = state_manager_check_rewind(BIT256_GET(current_input, RARCH_REWIND),
|
||||
rewinding = state_manager_check_rewind(BIT256_GET(current_input, RARCH_REWIND),
|
||||
settings->uints.rewind_granularity, runloop_paused, s, sizeof(s), &t);
|
||||
|
||||
#if defined(HAVE_MENU) && defined(HAVE_MENU_WIDGETS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user