From 689aecfec49d57495573aaa0a6482d7b76ef5e5d Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 20 Jan 2014 17:07:13 +0100 Subject: [PATCH] Remove RETRO_DEVICE_SENSOR_ACCELROMETER. Goes through other interface now. --- libretro.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libretro.h b/libretro.h index dbbb458e0b..a574d79dd4 100755 --- a/libretro.h +++ b/libretro.h @@ -94,9 +94,6 @@ extern "C" { // Eventually _PRESSED will return false for an index. No further presses are registered at this point. #define RETRO_DEVICE_POINTER 6 -// FIXME: Document this. -#define RETRO_DEVICE_SENSOR_ACCELEROMETER 7 - // These device types are specializations of the base types above. // They should only be used in retro_set_controller_type() to inform libretro implementations // about use of a very specific device type.