mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-04-27 12:32:07 +00:00
dropdown config type
This commit is contained in:
parent
5f7bfdc643
commit
4ba13f7d1d
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