mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-04-27 20:41:55 +00:00
dropdown config type
This commit is contained in:
parent
e3016df67b
commit
15e0b39fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ void register_config_option(
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case ConfigOptionType::Dropdown:
|
||||||
case ConfigOptionType::RadioTabs: {
|
case ConfigOptionType::RadioTabs: {
|
||||||
if (!validate_json_value_is_array(j, json_path, "values")) {
|
if (!validate_json_value_is_array(j, json_path, "values")) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue