minor cleanup

This commit is contained in:
digant73 2026-04-05 15:59:20 +02:00
parent 3703228272
commit 84592d86d8
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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: