diff options
author | Nebuleon Fumika | 2012-12-19 03:10:55 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-19 03:10:55 -0500 |
commit | eee0a7ecdaa08f15ebeb7821d6e805234dc78c33 (patch) | |
tree | 31946458f5a58c5804181da08a95e6d8dcf25f0e /source/nds | |
parent | dd06ba36fff3fad1eea457026c21f49a01c78604 (diff) | |
download | snes9x2005-eee0a7ecdaa08f15ebeb7821d6e805234dc78c33.tar.gz snes9x2005-eee0a7ecdaa08f15ebeb7821d6e805234dc78c33.tar.bz2 snes9x2005-eee0a7ecdaa08f15ebeb7821d6e805234dc78c33.zip |
Change the English labels so they're more descriptive.
Really set the default CPU frequency to the highest.
Diffstat (limited to 'source/nds')
-rw-r--r-- | source/nds/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/gui.c b/source/nds/gui.c index 4c0a9d7..af04c74 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -266,7 +266,7 @@ u32 game_enable_audio = 1; /****************************************************************************** ******************************************************************************/ static u32 menu_cheat_page = 0; -static u32 clock_speed_number = 2; +static u32 clock_speed_number = 5; u32 gamepad_config_menu; /****************************************************************************** |