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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user