mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fix some misspells
Note: in main.cpp there are many dirs similar to Program Files, so tip should be appropriate.
This commit is contained in:
parent
c47d04fd2f
commit
1a8fb61373
9 changed files with 23 additions and 27 deletions
|
@ -439,7 +439,7 @@ error_code npDrmIsAvailable(vm::cptr<u8> k_licensee_addr, vm::cptr<char> drm_pat
|
|||
if (Emu.GetCat() == "PE")
|
||||
{
|
||||
std::copy_n(NP_PSP_KEY_2, std::size(NP_PSP_KEY_2), k_licensee.begin());
|
||||
sceNp.success("npDrmIsAvailable(): PSP remaster KLicense key apllied.");
|
||||
sceNp.success("npDrmIsAvailable(): PSP remaster KLicense key applied.");
|
||||
}
|
||||
|
||||
const std::string enc_drm_path(drm_path.get_ptr(), std::find(drm_path.get_ptr(), drm_path.get_ptr() + 0x100, '\0'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue