Skip to content

Commit ec5b2bc

Browse files
committed
Fix missing enum in switch case
1 parent 3a71da3 commit ec5b2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rpcs3/rpcs3qt/config_checker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ bool config_checker::check_config(QString content, QString& result, bool is_log)
197197
break;
198198
}
199199
case cfg::type::map:
200+
case cfg::type::node_map:
200201
case cfg::type::device:
201202
{
202203
// Ignored

0 commit comments

Comments
 (0)