mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12: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
Add a link
Reference in a new issue