aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-21 01:44:57 -0500
committerNebuleon Fumika2012-12-21 01:44:57 -0500
commit3972512b2a5c25236ea3ba586621dba6e5b56361 (patch)
tree8488a8a86d589f26f770fe1ff930736fb52fce06 /README.md
parent5585c035fbec86ee4bec79865357479142e94b9f (diff)
downloadsnes9x2005-3972512b2a5c25236ea3ba586621dba6e5b56361.tar.gz
snes9x2005-3972512b2a5c25236ea3ba586621dba6e5b56361.tar.bz2
snes9x2005-3972512b2a5c25236ea3ba586621dba6e5b56361.zip
Looks like only having 'lang' crashes the options dialog. Restore the array of pointers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c214582..2324d22 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,10 @@ need to do the following:
,
"Deutsch"
```
+* Still in `source/nds/gui.c`, find `char* language_options[]`, which is below
+ the language names. Add an entry similar to the others, with the last number
+ plus 1. For example, if the last entry is `, (char *) &lang[2]`, yours would
+ be `, (char *) &lang[3]`.
* Still in `source/nds/gui.c`, find `case CHINESE_SIMPLIFIED`. Copy the lines
starting at the `case` and ending with `break`, inclusively. Paste them
before the `}`. Change the language name and tags, and update the `cmplen`