mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
dropdown config type
This commit is contained in:
parent
e5a2ae6b96
commit
7bfd5f9bc8
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ void register_config_option(
|
|||
|
||||
break;
|
||||
}
|
||||
case ConfigOptionType::Dropdown:
|
||||
case ConfigOptionType::RadioTabs: {
|
||||
if (!validate_json_value_is_array(j, json_path, "values")) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue