diff --git a/configuration.c b/configuration.c index 243b7e684c3f..6e26a45948ed 100644 --- a/configuration.c +++ b/configuration.c @@ -6034,8 +6034,10 @@ bool input_remapping_load_file(void *data, const char *path) settings->uints.input_sensor_ids[i][j], sensor_remap); */ config_get_bool(conf, sensor_flip_ident, &sensor_flip_remap); - // configuration_set_bool(settings, - // settings->bools.input_sensor_flip_axis[i][j], sensor_flip_remap); + /* + configuration_set_bool(settings, + settings->bools.input_sensor_flip_axis[i][j], sensor_flip_remap); + */ } } diff --git a/configuration.h b/configuration.h index 0c448731f1ce..eedc78284c2a 100644 --- a/configuration.h +++ b/configuration.h @@ -163,7 +163,7 @@ typedef struct settings unsigned input_remap_ports[MAX_USERS]; unsigned input_remap_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; unsigned input_keymapper_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; - //unsigned input_sensor_ids[MAX_USERS][RETRO_SENSOR_MAX]; + /*unsigned input_sensor_ids[MAX_USERS][RETRO_SENSOR_MAX];*/ unsigned input_remap_port_map[MAX_USERS][MAX_USERS + 1]; unsigned led_map[MAX_LEDS]; @@ -725,7 +725,7 @@ typedef struct settings bool input_touch_vmouse_trackball; bool input_touch_vmouse_gesture; #endif - //bool input_sensor_flip_axis[MAX_USERS][RETRO_SENSOR_MAX]; + /*bool input_sensor_flip_axis[MAX_USERS][RETRO_SENSOR_MAX];*/ /* Frame time counter */ bool frame_time_counter_reset_after_fastforwarding;