aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-05 19:39:09 -0500
committerNebuleon Fumika2013-02-05 19:39:09 -0500
commitf2adea7bb2250876df3d1b6e076a6b5380c6b13e (patch)
tree3c6fb146a57587ce4705cf0cea9afa3dc6488c37 /source/nds/message.h
parente7ac6f675f9faf5894aea8dd80e01c649933c322 (diff)
downloadsnesemu-f2adea7bb2250876df3d1b6e076a6b5380c6b13e.tar.gz
snesemu-f2adea7bb2250876df3d1b6e076a6b5380c6b13e.tar.bz2
snesemu-f2adea7bb2250876df3d1b6e076a6b5380c6b13e.zip
Force both manual and automatic frameskipping to be at or above 2. Resets the default value for all games which previously had this value configured.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index b5bb47b..86389b1 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -70,8 +70,8 @@ enum MSG
MSG_VIDEO_ASPECT_RATIO_4,
MSG_VIDEO_FRAME_SKIPPING_AUTOMATIC,
- MSG_VIDEO_FRAME_SKIPPING_0,
- MSG_VIDEO_FRAME_SKIPPING_1,
+ MSG_VIDEO_FRAME_SKIPPING_0 /* unused */,
+ MSG_VIDEO_FRAME_SKIPPING_1 /* unused */,
MSG_VIDEO_FRAME_SKIPPING_2,
MSG_VIDEO_FRAME_SKIPPING_3,
MSG_VIDEO_FRAME_SKIPPING_4,