mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
sceNp: Cut inactive time of DrmIsAvailable in half
This commit is contained in:
parent
257b0f0d69
commit
f07e17f6aa
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ error_code sceNpDrmIsAvailable(ppu_thread& ppu, vm::cptr<u8> k_licensee_addr, vm
|
||||||
lv2_obj::sleep(ppu);
|
lv2_obj::sleep(ppu);
|
||||||
|
|
||||||
const auto ret = npDrmIsAvailable(k_licensee_addr, drm_path);
|
const auto ret = npDrmIsAvailable(k_licensee_addr, drm_path);
|
||||||
lv2_sleep(100000, &ppu);
|
lv2_sleep(50'000, &ppu);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue