aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-06 03:46:48 -0500
committerNebuleon Fumika2013-02-06 03:46:48 -0500
commit772e24ae503310eb1ee0d5ed5061eebb138e5808 (patch)
treee5224d8c9ea6d723016719c29a8b98b9f847691c /source/nds/message.h
parentb08a201ea2de43d70047673114c705a26887ea4b (diff)
downloadsnes9x2005-772e24ae503310eb1ee0d5ed5061eebb138e5808.tar.gz
snes9x2005-772e24ae503310eb1ee0d5ed5061eebb138e5808.tar.bz2
snes9x2005-772e24ae503310eb1ee0d5ed5061eebb138e5808.zip
Reinstate frame skipping options 0 and 1, but keep the new meaning (>= 2 equivalent skip level) for automatic frame skipping. Remove the automatic CPU frequency option, which was making audio emit 0.25 second of silence every so often.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index e58d7b8..64c3a6c 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -48,7 +48,6 @@ enum MSG
MSG_TOOLS_GAME_HOTKEY_GENERAL,
FMT_OPTIONS_LANGUAGE,
FMT_OPTIONS_CPU_FREQUENCY,
- MSG_OPTIONS_CPU_FREQUENCY_AUTOMATIC,
MSG_OPTIONS_CPU_FREQUENCY_0,
MSG_OPTIONS_CPU_FREQUENCY_1,
MSG_OPTIONS_CPU_FREQUENCY_2,
@@ -77,8 +76,8 @@ enum MSG
MSG_VIDEO_ASPECT_RATIO_4,
MSG_VIDEO_FRAME_SKIPPING_AUTOMATIC,
- MSG_VIDEO_FRAME_SKIPPING_0 /* unused */,
- MSG_VIDEO_FRAME_SKIPPING_1 /* unused */,
+ MSG_VIDEO_FRAME_SKIPPING_0,
+ MSG_VIDEO_FRAME_SKIPPING_1,
MSG_VIDEO_FRAME_SKIPPING_2,
MSG_VIDEO_FRAME_SKIPPING_3,
MSG_VIDEO_FRAME_SKIPPING_4,