From a8c2fcdb2c3fa0211581cc82ea8e2d93d225fd7d Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 14 Feb 2013 03:02:33 -0500 Subject: Add hotkeys to quickly load from and save to saved state #1, as well as to toggle full-screen (going from mode 3, middle of screen, to mode 4, full-screen smoothed). This commit uses text that has not been validated in some languages. --- source/nds/message.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/nds/message.h') diff --git a/source/nds/message.h b/source/nds/message.h index a166528..2799b4e 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -63,6 +63,9 @@ enum MSG MSG_HOTKEY_MAIN_MENU, MSG_HOTKEY_TEMPORARY_FAST_FORWARD, MSG_HOTKEY_SOUND_TOGGLE, + MSG_HOTKEY_QUICK_LOAD_STATE, + MSG_HOTKEY_QUICK_SAVE_STATE, + MSG_HOTKEY_FULL_SCREEN_TOGGLE, MSG_PROGRESS_HOTKEY_WAITING_FOR_KEYS, MSG_HOTKEY_DELETE_WITH_A, MSG_HOTKEY_CANCEL_WITH_B, -- cgit v1.2.3