mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-20 14:27:26 -05: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