mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Remove unneeded non-ASCII character (unedat.cpp)
This commit is contained in:
parent
3b8e3a9714
commit
e0635cf65c
1 changed files with 2 additions and 2 deletions
|
@ -922,7 +922,7 @@ bool EDATADecrypter::ReadHeader()
|
||||||
|
|
||||||
if (dec_key == v128{})
|
if (dec_key == v128{})
|
||||||
{
|
{
|
||||||
edat_log.warning("EDAT: Empty Dec key for local actívation!");
|
edat_log.warning("EDAT: Empty Dec key for local activation!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((npdHeader.license & 0x1) == 0x1) // Type 1: Use network activation.
|
else if ((npdHeader.license & 0x1) == 0x1) // Type 1: Use network activation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue