Skip to content

Commit 8115456

Browse files
committed
Addressed review comments
1 parent 09a4aef commit 8115456

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

retroarch.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4232,15 +4232,15 @@ bool command_event(enum event_command cmd, void *data)
42324232
video_driver_state_t
42334233
*video_st = video_state_get_ptr();
42344234
rarch_system_info_t *sys_info = &runloop_st->system;
4235-
4236-
/* The platform that uses ram_state_save calls it when the content
4237-
* ends and writes it to a file */
4238-
ram_state_to_file();
42394235

42404236
/* Restore unpaused state */
42414237
runloop_st->paused_hotkey = false;
42424238
command_event(CMD_EVENT_UNPAUSE, NULL);
42434239

4240+
/* The platform that uses ram_state_save calls it when the content
4241+
* ends and writes it to a file */
4242+
ram_state_to_file();
4243+
42444244
/* Save auto state */
42454245
if ( runloop_st
42464246
&& (runloop_st->flags & RUNLOOP_FLAG_CORE_RUNNING)

0 commit comments

Comments
 (0)