(Android) Add FIXME to input_android.c

This commit is contained in:
twinaphex 2013-11-03 01:34:01 +01:00
parent c65670df31
commit 5a466c064e

View File

@ -1991,6 +1991,7 @@ static int16_t android_input_state(void *data, const struct retro_keybind **bind
case RETRO_DEVICE_SENSOR_ACCELEROMETER:
switch (id)
{
/* FIXME - these are float values - might need a separate input state function */
case RETRO_DEVICE_ID_SENSOR_ACCELEROMETER_X:
return android->accelerometer_state.x;
case RETRO_DEVICE_ID_SENSOR_ACCELEROMETER_Y: