mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Merge pull request #12408 from lioncash/enums
General: Resolve -Wswitch warnings
This commit is contained in:
commit
52a144745d
@ -93,6 +93,10 @@ std::optional<IPCReply> ShaDevice::IOCtlV(const IOCtlVRequest& request)
|
||||
break;
|
||||
|
||||
return_code = ProcessShaCommand(command, request);
|
||||
break;
|
||||
|
||||
case ShaIoctlv::ShaCommandUnknown:
|
||||
break;
|
||||
}
|
||||
|
||||
return IPCReply(return_code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user