From 3972512b2a5c25236ea3ba586621dba6e5b56361 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Fri, 21 Dec 2012 01:44:57 -0500 Subject: Looks like only having 'lang' crashes the options dialog. Restore the array of pointers. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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` -- cgit v1.2.3