Remove RETRO_DEVICE_SENSOR_ACCELROMETER.

Goes through other interface now.
This commit is contained in:
Themaister 2014-01-20 17:07:13 +01:00
parent 7c95be2d26
commit 689aecfec4

View File

@ -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.