From 4e282f87d2f2ee80e7d136ab6d335227a438caa1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 17 Apr 2016 23:50:41 -0700 Subject: Save State menu option is now fully functional. Load state sort of works, but is mostly broken. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index c1e879a..aaa38cf 100644 --- a/io.c +++ b/io.c @@ -349,7 +349,7 @@ void handle_binding_up(keybinding * binding) break_on_sync = 1; break; case UI_SAVE_STATE: - save_state = 1; + genesis->save_state = QUICK_SAVE_SLOT+1; break; case UI_NEXT_SPEED: current_speed++; -- cgit v1.2.3