mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix display of midi driver menu entry (#13286)
This commit is contained in:
parent
99a1ffdb89
commit
73b252a0d8
@ -9849,6 +9849,8 @@ static bool setting_append_list(
|
||||
string_options_entries[j].default_value = config_get_default_midi();
|
||||
string_options_entries[j].values = config_get_midi_driver_options();
|
||||
|
||||
j++;
|
||||
|
||||
for (i = 0; i < j; i++)
|
||||
{
|
||||
CONFIG_STRING_OPTIONS(
|
||||
|
Loading…
x
Reference in New Issue
Block a user