Update rpcs3/Loader/ISO.cpp

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Antonino Di Guardo 2026-04-04 18:40:12 +02:00 committed by GitHub
parent b78e5a7b36
commit b790a504a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}