From a6ec18e23f88bd172aa3e13ed3081b3bf4e1996a Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 14 Jan 2013 02:51:39 -0500 Subject: Preliminary support for saving to an arbitrary saved state slot. Currently, tapping a cell representing a saved state slot in the menu will load it, regardless of the current option, save or load. So the save option only accepts Left, Right and A. --- source/nds/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nds/message.h') diff --git a/source/nds/message.h b/source/nds/message.h index ded5925..882a23d 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -32,7 +32,7 @@ enum MSG FMT_VIDEO_FAST_FORWARD, FMT_VIDEO_FRAME_SKIPPING, FMT_AUDIO_SOUND, - MSG_SAVED_STATE_CREATE, + FMT_SAVED_STATE_CREATE, FMT_SAVED_STATE_LOAD, MSG_SAVED_STATE_DELETE_GENERAL, FMT_CHEAT_PAGE, -- cgit v1.2.3