mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +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:
|
||||
switch (id)
|
||||
{
|
||||
// fixed range of 0x000 - 0x3ff
|
||||
/* Fixed range of 0x000 - 0x3ff */
|
||||
case RETRO_DEVICE_ID_SENSOR_ACCELEROMETER_X:
|
||||
retval = ps3->accelerometer_state[port].x;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user