mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix missing enum in switch case
This commit is contained in:
parent
3a71da35a9
commit
ec5b2bc8d2
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ bool config_checker::check_config(QString content, QString& result, bool is_log)
|
|||
break;
|
||||
}
|
||||
case cfg::type::map:
|
||||
case cfg::type::node_map:
|
||||
case cfg::type::device:
|
||||
{
|
||||
// Ignored
|
||||
|
|
Loading…
Add table
Reference in a new issue