mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 11:01:29 -06:00
minor cleanup
This commit is contained in:
parent
3703228272
commit
84592d86d8
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user