From 84592d86d8877716efc86e01d100e0d6f5245e13 Mon Sep 17 00:00:00 2001 From: digant73 Date: Sun, 5 Apr 2026 15:59:20 +0200 Subject: [PATCH] minor cleanup --- rpcs3/Loader/ISO.cpp | 2 +- rpcs3/Loader/ISO.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpcs3/Loader/ISO.cpp b/rpcs3/Loader/ISO.cpp index 54c8058ed2..cdd70fde23 100644 --- a/rpcs3/Loader/ISO.cpp +++ b/rpcs3/Loader/ISO.cpp @@ -207,7 +207,7 @@ bool iso_file_decryption::init(const std::string& path) // Check for 3k3y type // - // If encryption type is still set to none + // If encryption type is still set to NONE if (m_enc_type == iso_encryption_type::NONE) { // The 3k3y watermarks located at offset 0xF70: (D|E)ncrypted 3K BLD diff --git a/rpcs3/Loader/ISO.h b/rpcs3/Loader/ISO.h index bd5b11df2b..a0d66b3834 100644 --- a/rpcs3/Loader/ISO.h +++ b/rpcs3/Loader/ISO.h @@ -15,9 +15,9 @@ void unload_iso(); /* - Hijacked the "iso_archive::iso_archive" method to test if the ".iso" file is encrypted and sets a flag. The flag is set according to the first matching encryption type found following the order below: - - Redump type: ".dkey" or ".key" (as alternative) file, with the same name of the ".iso" file, - exists in the same folder of the ".iso" file - - 3k3y type: 3k3y watermark exists at offset 0xF70 + - Redump: ".dkey" or ".key" (as alternative) file, with the same name of the ".iso" file, + exists in the same folder of the ".iso" file + - 3k3y: 3k3y watermark exists at offset 0xF70 If the flag is set then the "iso_file::read" method will decrypt the data on the fly - Supported ISO encryption type: