summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-02 12:01:45 -0400
committerGitHub <noreply@github.com>2019-10-02 12:01:45 -0400
commit27070e42f31acc805d7444e840aadbdaa83be6ee (patch)
treeaed3fe304abc22c33c6e4c3e1ca1f233f8b37afc /include/config.h
parent1bd678656c735bbeb603ccb80367c7a85f820f61 (diff)
parent99e6a6639efa5d2113fe2787e5be4f0d98f0bf78 (diff)
Merge pull request #757 from easyaspi314/debug-english
English Debug menu translations!
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 796da359c..0046c3878 100644
--- a/include/config.h
+++ b/include/config.h
@@ -55,6 +55,16 @@
#define UNITS_METRIC
#endif
+// An option to use translations/encoding fixes for the Debug menus.
+// Selected by default for custom English debug roms.
+#ifndef DEBUG_TRANSLATE
+#if ENGLISH && DEBUG
+#define DEBUG_TRANSLATE 1
+#else
+#define DEBUG_TRANSLATE 0
+#endif
+#endif
+
// Fixed in Emerald.
// #define BUGFIX_SETMONIVS