mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(Android) Add FIXME to input_android.c
This commit is contained in:
parent
c65670df31
commit
5a466c064e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user