From 8b054c2a67369199e67c8e7e8d61f7dd85d3c34b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 8 Sep 2017 05:47:10 +0200 Subject: [PATCH] Shrink input_remap_ids array --- configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.h b/configuration.h index 3f72595181..62590e07ce 100644 --- a/configuration.h +++ b/configuration.h @@ -273,7 +273,7 @@ typedef struct settings unsigned audio_out_rate; unsigned audio_block_frames; unsigned audio_latency; - unsigned input_remap_ids[MAX_USERS][RARCH_BIND_LIST_END]; + unsigned input_remap_ids[MAX_USERS][RARCH_CUSTOM_BIND_LIST_END]; /* Set by autoconfiguration in joypad_autoconfig_dir. * Does not override main binds. */