From 16d9abc8d4f0d992f2fafe0199c7517798a54bc3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 29 Dec 2010 20:06:27 +0100 Subject: [PATCH] add config.h.def stuff. --- config.h.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.h.def b/config.h.def index 1fd2557d1d..7a43ad9a56 100644 --- a/config.h.def +++ b/config.h.def @@ -124,8 +124,6 @@ static const bool audio_sync = true; #define AXIS_NEG(x) ((uint32_t)(x << 16) | 0xFFFF) #define AXIS_POS(x) ((uint32_t)(x) | 0xFFFF0000U) -#define AXIS_NEG_GET(x) ((x >> 16) & 0xFFFF) -#define AXIS_POS_GET(x) (x & 0xFFFF) #define AXIS_NONE ((uint32_t)0xFFFFFFFFU) // To figure out which joypad buttons to use, check jstest or similar.