mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01: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;
|
break;
|
||||||
case CommandType::Start:
|
case CommandType::Start:
|
||||||
StartInternal();
|
StartInternal();
|
||||||
|
break;
|
||||||
case CommandType::AddDirectory:
|
case CommandType::AddDirectory:
|
||||||
AddDirectoryInternal(command.path);
|
AddDirectoryInternal(command.path);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user