diff --git a/Source/Core/Core/IOS/Crypto/Sha.cpp b/Source/Core/Core/IOS/Crypto/Sha.cpp index 1844020587..de4415e140 100644 --- a/Source/Core/Core/IOS/Crypto/Sha.cpp +++ b/Source/Core/Core/IOS/Crypto/Sha.cpp @@ -93,6 +93,10 @@ std::optional ShaDevice::IOCtlV(const IOCtlVRequest& request) break; return_code = ProcessShaCommand(command, request); + break; + + case ShaIoctlv::ShaCommandUnknown: + break; } return IPCReply(return_code);