We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0317b commit be8e294Copy full SHA for be8e294
state_manager.c
@@ -597,7 +597,6 @@ void state_manager_event_init(
597
| STATE_MGR_REWIND_ST_FLAG_HOTKEY_WAS_CHECKED
598
| STATE_MGR_REWIND_ST_FLAG_HOTKEY_WAS_PRESSED
599
);
600
- rewind_st->flags |= STATE_MGR_REWIND_ST_FLAG_INIT_ATTEMPTED;
601
602
/* We cannot initialise the rewind buffer
603
* unless the core info struct for the current
@@ -607,6 +606,8 @@ void state_manager_event_init(
607
606
if (!core_info_get_current_core(&core_info) || !core_info)
608
return;
609
+ rewind_st->flags |= STATE_MGR_REWIND_ST_FLAG_INIT_ATTEMPTED;
610
+
611
if (!core_info_current_supports_rewind())
612
{
613
RARCH_ERR("%s\n", msg_hash_to_str(MSG_REWIND_UNSUPPORTED));
0 commit comments