From b790a504a8aab84cc623de0194527ceec24dea71 Mon Sep 17 00:00:00 2001 From: Antonino Di Guardo <64427768+digant73@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:40:12 +0200 Subject: [PATCH] Update rpcs3/Loader/ISO.cpp Co-authored-by: Megamouse --- rpcs3/Loader/ISO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Loader/ISO.cpp b/rpcs3/Loader/ISO.cpp index 041bfdeac9..8c47e415ad 100644 --- a/rpcs3/Loader/ISO.cpp +++ b/rpcs3/Loader/ISO.cpp @@ -290,7 +290,7 @@ bool iso_file_decryption::init(const std::string& path) case iso_encryption_type::ENC_TYPE_3K3Y_DEC: sys_log.warning("init(): Set 'enc type': 3K3Y_DEC, 'reg count': %u: %s", m_region_info.size(), path); break; - default: // If encryption type was not set for any reason + case iso_encryption_type::ENC_TYPE_NONE: // If encryption type was not set for any reason sys_log.warning("init(): Set 'enc type': NONE, 'reg count': %u: %s", m_region_info.size(), path); break; }