mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Missed another spot...
This commit is contained in:
parent
a7588fdc0c
commit
448a767ba2
@ -2186,7 +2186,7 @@ static void check_rewind(void)
|
||||
if (cnt == 0)
|
||||
#endif
|
||||
{
|
||||
void* state=state_manager_push_where(g_extern.state_manager);
|
||||
void *state=state_manager_push_where(g_extern.state_manager);
|
||||
pretro_serialize(state, g_extern.state_size);
|
||||
state_manager_push_do(g_extern.state_manager);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user