mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Merge pull request #12408 from lioncash/enums
General: Resolve -Wswitch warnings
This commit is contained in:
commit
52a144745d
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ std::optional<IPCReply> ShaDevice::IOCtlV(const IOCtlVRequest& request)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
return_code = ProcessShaCommand(command, request);
|
return_code = ProcessShaCommand(command, request);
|
||||||
|
break;
|
||||||
|
|
||||||
|
case ShaIoctlv::ShaCommandUnknown:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return IPCReply(return_code);
|
return IPCReply(return_code);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue