Some fixes for gp2x, the define is actually uppercase.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@842 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-06-06 21:11:47 +00:00
parent 414c7ba418
commit b04303ddc9
3 changed files with 24 additions and 3 deletions

View File

@@ -465,7 +465,7 @@ const char * Key_name(word Key)
if (Key>=KEY_JOYBUTTON && Key<=KEY_JOYBUTTON+18)
{
#ifdef __gp2x__
#ifdef __GP2X__
char *button_name;
switch(Key)