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 09a4aef commit 8115456Copy full SHA for 8115456
1 file changed
retroarch.c
@@ -4232,15 +4232,15 @@ bool command_event(enum event_command cmd, void *data)
4232
video_driver_state_t
4233
*video_st = video_state_get_ptr();
4234
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();
4239
4240
/* Restore unpaused state */
4241
runloop_st->paused_hotkey = false;
4242
command_event(CMD_EVENT_UNPAUSE, NULL);
4243
+ /* The platform that uses ram_state_save calls it when the content
+ * ends and writes it to a file */
+ ram_state_to_file();
+
4244
/* Save auto state */
4245
if ( runloop_st
4246
&& (runloop_st->flags & RUNLOOP_FLAG_CORE_RUNNING)
0 commit comments