Skip to content

Commit

Permalink
C89 Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaboy committed Jan 15, 2025
1 parent fc6ad33 commit c553cd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
*/

}
}
Expand Down
4 changes: 2 additions & 2 deletions configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c553cd1

Please sign in to comment.