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

@@ -443,7 +443,7 @@ int Handle_joystick_press(SDL_JoyButtonEvent event)
Input_new_mouse_K=2;
return Move_cursor_with_constraints();
}
#ifdef __gp2x__
#ifdef __GP2X__
switch(event.button)
{
#ifndef NO_JOYCURSOR
@@ -503,7 +503,7 @@ int Handle_joystick_release(SDL_JoyButtonEvent event)
return Release_control(0,MOD_ALT);
}
#ifdef __gp2x__
#ifdef __GP2X__
switch(event.button)
{
case GP2X_BUTTON_UP: