mirror of
https://github.com/libretro/RetroArch
synced 2025-02-14 15:39:59 +00:00
Fix broken #define in header.
This commit is contained in:
parent
c42655ed91
commit
23d23983bc
@ -122,7 +122,7 @@ typedef struct ssnes_video_info
|
|||||||
|
|
||||||
// I hope no joypad will ever have this many buttons or axes ... ;)
|
// I hope no joypad will ever have this many buttons or axes ... ;)
|
||||||
// If joykey is this value, do not check that button.
|
// If joykey is this value, do not check that button.
|
||||||
#define SSNES_NO_AXIS ((unsigned short)0xFFFFU)
|
#define SSNES_NO_AXIS (0xFFFFFFFFU)
|
||||||
#define SSNES_NO_BTN ((unsigned short)0xFFFFU)
|
#define SSNES_NO_BTN ((unsigned short)0xFFFFU)
|
||||||
|
|
||||||
// Masks to test on joykey which hat direction is to be tested for.
|
// Masks to test on joykey which hat direction is to be tested for.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user