From 23d23983bcb2177fea4a908a8c6cd46953b00d69 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 21 Oct 2011 22:12:03 +0200 Subject: [PATCH] Fix broken #define in header. --- gfx/ext/ssnes_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/ext/ssnes_video.h b/gfx/ext/ssnes_video.h index a5ff16c5f4..d906763bf3 100644 --- a/gfx/ext/ssnes_video.h +++ b/gfx/ext/ssnes_video.h @@ -122,7 +122,7 @@ typedef struct ssnes_video_info // I hope no joypad will ever have this many buttons or axes ... ;) // 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) // Masks to test on joykey which hat direction is to be tested for.