mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
fix missed encryption lock
This commit is contained in:
parent
28d94564e5
commit
4edda3eb6b
1 changed files with 0 additions and 5 deletions
|
|
@ -136,11 +136,6 @@ void NCCHCryptoFile::Write(const u8* buffer, std::size_t length) {
|
|||
}
|
||||
|
||||
if (!ncch_header.no_crypto) {
|
||||
if (!decryption_authorized) {
|
||||
LOG_ERROR(Service_AM, "Blocked unauthorized encrypted CIA installation.");
|
||||
is_error = true;
|
||||
return;
|
||||
}
|
||||
is_encrypted = true;
|
||||
|
||||
// Find primary and secondary keys
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue