aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAlessandro Pelliccia2013-02-13 21:13:29 +0100
committerAlessandro Pelliccia2013-02-13 21:13:29 +0100
commite7dfd964452873cfd5c68b76d0588a0f64a03c5f (patch)
tree9b2457d5fe3485ab41919b28bcfbbbb595b543ef /source
parent9b95e3c26b70af5ab9f3dddf9cb6e714973e3075 (diff)
downloadsnes9x2005-e7dfd964452873cfd5c68b76d0588a0f64a03c5f.tar.gz
snes9x2005-e7dfd964452873cfd5c68b76d0588a0f64a03c5f.tar.bz2
snes9x2005-e7dfd964452873cfd5c68b76d0588a0f64a03c5f.zip
Update source/nds/message.h
Add Italian language
Diffstat (limited to 'source')
-rw-r--r--source/nds/message.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index a166528..ebbf6e8 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -149,10 +149,11 @@ enum LANGUAGE {
FRENCH,
GERMAN,
DUTCH,
- SPANISH
+ SPANISH,
+ ITALIAN
};
-extern char* lang[6]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[7]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
char msg_data[32 * 1024];