mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Turn one C++ comment into C
This commit is contained in:
parent
32b3aa6b00
commit
fbc504acfe
@ -115,7 +115,7 @@ static int16_t ps3_input_state(void *data,
|
|||||||
case RETRO_DEVICE_SENSOR_ACCELEROMETER:
|
case RETRO_DEVICE_SENSOR_ACCELEROMETER:
|
||||||
switch (id)
|
switch (id)
|
||||||
{
|
{
|
||||||
// fixed range of 0x000 - 0x3ff
|
/* Fixed range of 0x000 - 0x3ff */
|
||||||
case RETRO_DEVICE_ID_SENSOR_ACCELEROMETER_X:
|
case RETRO_DEVICE_ID_SENSOR_ACCELEROMETER_X:
|
||||||
retval = ps3->accelerometer_state[port].x;
|
retval = ps3->accelerometer_state[port].x;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user