aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-05-20 03:17:02 -0400
committerNebuleon Fumika2013-05-20 03:17:02 -0400
commit4b5a5a15d73f8aafb3f2951c2517574eacbee84e (patch)
treef924c9cfa63e7d83b59965a8f74f0de20a265187 /source/nds/message.h
parent41c50b372e7819f447d98ed2737aefc72d5b864d (diff)
downloadsnesemu-4b5a5a15d73f8aafb3f2951c2517574eacbee84e.tar.gz
snesemu-4b5a5a15d73f8aafb3f2951c2517574eacbee84e.tar.bz2
snesemu-4b5a5a15d73f8aafb3f2951c2517574eacbee84e.zip
Add an option to put the game on the Lower Screen.
* Before entering the menu, copy the game screen to the Upper Screen if it's on the Lower Screen. * Now, the frame that's shown in the menu doesn't appear to be the previous frame for a fraction of a second anymore.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index 07799ec..98f64ab 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -37,6 +37,7 @@ enum MSG
FMT_VIDEO_ASPECT_RATIO,
FMT_VIDEO_FAST_FORWARD,
FMT_VIDEO_FRAME_SKIPPING,
+ FMT_VIDEO_GAME_SCREEN,
FMT_AUDIO_SOUND,
FMT_AUDIO_RETRO_SOUND,
FMT_SAVED_STATE_CREATE,
@@ -92,6 +93,9 @@ enum MSG
MSG_VIDEO_FRAME_SKIPPING_9,
MSG_VIDEO_FRAME_SKIPPING_10,
+ MSG_VIDEO_GAME_SCREEN_TOP,
+ MSG_VIDEO_GAME_SCREEN_BOTTOM,
+
MSG_GENERAL_OFF,
MSG_GENERAL_ON,