summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/IOS/Crypto/Sha.cpp4
1 files changed, 4 insertions, 0 deletions
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<IPCReply> ShaDevice::IOCtlV(const IOCtlVRequest& request)
break;
return_code = ProcessShaCommand(command, request);
+ break;
+
+ case ShaIoctlv::ShaCommandUnknown:
+ break;
}
return IPCReply(return_code);