From a4a7f66364f40be7f0f19631c8f1f04e4cc4833c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Dec 2014 16:40:21 +0100 Subject: Remove gui.c --- cpu.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpu.c') diff --git a/cpu.c b/cpu.c index 942bb2f..f20b9f0 100644 --- a/cpu.c +++ b/cpu.c @@ -4270,12 +4270,6 @@ void function_cc step_debug(u32 pc, u32 cycles) case 'a': { - char current_savestate_filename[512]; - u16 *current_screen = copy_screen(); - get_savestate_filename_noshot(savestate_slot, - current_savestate_filename); - gba_save_state(current_savestate_filename, current_screen); - free(current_screen); break; } -- cgit v1.2.3