device_t: Increase the selection array to 64 elements.

This commit is contained in:
OBattler
2025-03-10 17:26:44 +01:00
parent 262b49f987
commit 48a5f3280f

View File

@@ -153,7 +153,7 @@ typedef struct _device_config_ {
int default_int;
const char *file_filter;
const device_config_spinner_t spinner;
const device_config_selection_t selection[32];
const device_config_selection_t selection[64];
const device_config_bios_t bios[32];
} device_config_t;