summaryrefslogtreecommitdiff
path: root/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.c')
-rw-r--r--cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.c b/cpu.c
index 4397568..942bb2f 100644
--- a/cpu.c
+++ b/cpu.c
@@ -4274,7 +4274,7 @@ void function_cc step_debug(u32 pc, u32 cycles)
u16 *current_screen = copy_screen();
get_savestate_filename_noshot(savestate_slot,
current_savestate_filename);
- save_state(current_savestate_filename, current_screen);
+ gba_save_state(current_savestate_filename, current_screen);
free(current_screen);
break;
}