mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 14:23:06 +00:00
(PSP) Add some missing defines
This commit is contained in:
parent
d23d6d93d6
commit
bf98d525e3
@ -531,7 +531,7 @@ static const bool input_autodetect_enable = true;
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
|
||||
#ifdef __CELLOS_LV2__
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#define RETRO_DEF_JOYPAD_B (1ULL << RETRO_DEVICE_ID_JOYPAD_B)
|
||||
#define RETRO_DEF_JOYPAD_Y (1ULL << RETRO_DEVICE_ID_JOYPAD_Y)
|
||||
#define RETRO_DEF_JOYPAD_SELECT (1ULL << RETRO_DEVICE_ID_JOYPAD_SELECT)
|
||||
@ -561,6 +561,10 @@ static const bool input_autodetect_enable = true;
|
||||
#define RETRO_DEF_JOYPAD_X (1ULL << RETRO_DEVICE_ID_JOYPAD_X)
|
||||
#define RETRO_DEF_JOYPAD_L (1ULL << RETRO_DEVICE_ID_JOYPAD_L)
|
||||
#define RETRO_DEF_JOYPAD_R (1ULL << RETRO_DEVICE_ID_JOYPAD_R)
|
||||
#define RETRO_DEF_JOYPAD_L2 NO_BTN
|
||||
#define RETRO_DEF_JOYPAD_R2 NO_BTN
|
||||
#define RETRO_DEF_JOYPAD_L3 NO_BTN
|
||||
#define RETRO_DEF_JOYPAD_R3 NO_BTN
|
||||
#else
|
||||
#define RETRO_DEF_JOYPAD_B NO_BTN
|
||||
#define RETRO_DEF_JOYPAD_Y NO_BTN
|
||||
|
Loading…
x
Reference in New Issue
Block a user