mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Add missing break to prevent fallthrough
This commit is contained in:
parent
f6a5811b73
commit
5e7b95db3b
@ -56,6 +56,7 @@ GameTracker::GameTracker(QObject* parent) : QFileSystemWatcher(parent)
|
||||
break;
|
||||
case CommandType::Start:
|
||||
StartInternal();
|
||||
break;
|
||||
case CommandType::AddDirectory:
|
||||
AddDirectoryInternal(command.path);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user