From a0e9d7a8290061c82c20d624dc09a6947578d52d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 27 Aug 2020 17:03:43 +0200 Subject: [PATCH] Cleanup --- configuration.h | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/configuration.h b/configuration.h index 78f67801be..f224bc362c 100644 --- a/configuration.h +++ b/configuration.h @@ -114,6 +114,22 @@ typedef struct settings struct { unsigned placeholder; + + unsigned input_split_joycon[MAX_USERS]; + unsigned input_joypad_map[MAX_USERS]; + unsigned input_device[MAX_USERS]; + unsigned input_mouse_index[MAX_USERS]; + /* Set by autoconfiguration in joypad_autoconfig_dir. + * Does not override main binds. */ + unsigned input_libretro_device[MAX_USERS]; + unsigned input_analog_dpad_mode[MAX_USERS]; + + unsigned input_keymapper_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; + + unsigned input_remap_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; + + unsigned led_map[MAX_LEDS]; + unsigned audio_out_rate; unsigned audio_block_frames; unsigned audio_latency; @@ -235,21 +251,6 @@ typedef struct settings unsigned input_overlay_show_physical_inputs_port; - unsigned input_split_joycon[MAX_USERS]; - unsigned input_joypad_map[MAX_USERS]; - unsigned input_device[MAX_USERS]; - unsigned input_mouse_index[MAX_USERS]; - /* Set by autoconfiguration in joypad_autoconfig_dir. - * Does not override main binds. */ - unsigned input_libretro_device[MAX_USERS]; - unsigned input_analog_dpad_mode[MAX_USERS]; - - unsigned input_keymapper_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; - - unsigned input_remap_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; - - unsigned led_map[MAX_LEDS]; - unsigned run_ahead_frames; unsigned midi_volume;