Merged the specifics of Caanoo 1.2 port by Pheel + Enabled TTF text on Caanoo
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1645 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -997,7 +997,10 @@ GFX2_GLOBAL SDL_Joystick* Joystick;
|
||||
#define JOY_BUTTON_VOLDOWN (17)
|
||||
|
||||
#define KEY_ESC (KEY_JOYBUTTON+JOY_BUTTON_X)
|
||||
#elif __CAANOO__
|
||||
#elif defined (__CAANOO__)
|
||||
|
||||
#define JOYSTICK_THRESHOLD (4096)
|
||||
|
||||
/// Button definitions for the Caanoo
|
||||
#define JOY_BUTTON_A (0)
|
||||
#define JOY_BUTTON_X (1)
|
||||
|
||||
Reference in New Issue
Block a user