aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-05 16:35:45 -0500
committerNebuleon Fumika2013-02-05 16:35:45 -0500
commite7ac6f675f9faf5894aea8dd80e01c649933c322 (patch)
tree637fda064f44c77cbf08afa88206a4c08d57c4aa /source/nds/message.h
parent3cd1e0327898acf0bd09a035c7a68c7362bb07c0 (diff)
downloadsnes9x2005-e7ac6f675f9faf5894aea8dd80e01c649933c322.tar.gz
snes9x2005-e7ac6f675f9faf5894aea8dd80e01c649933c322.tar.bz2
snes9x2005-e7ac6f675f9faf5894aea8dd80e01c649933c322.zip
Disable the free space line in the options for the time being. Currently it invokes a recursive directory scan to calculate how much space is used first.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index 3eb9e74..b5bb47b 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -48,7 +48,7 @@ enum MSG
MSG_TOOLS_GAME_HOTKEY_GENERAL,
FMT_OPTIONS_LANGUAGE,
FMT_OPTIONS_CPU_FREQUENCY,
- MSG_OPTIONS_CARD_CAPACITY,
+ MSG_OPTIONS_CARD_CAPACITY /* unused if !defined(ENABLE_FREE_SPACE) */,
MSG_OPTIONS_RESET,
MSG_OPTIONS_VERSION,
MSG_SCREENSHOT_CREATE,