mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Implemented syscall _sys_process_exit
This commit is contained in:
parent
e789b969b0
commit
b9b71ccbc1
6 changed files with 48 additions and 28 deletions
|
@ -1166,7 +1166,7 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
|
||||
if (info.name == "liblv2.sprx")
|
||||
{
|
||||
const be_t<u64> forced_upd = 1;
|
||||
const be_t<u64> forced_upd = 2;
|
||||
sha1_update(&ctx, reinterpret_cast<const u8*>(&forced_upd), sizeof(forced_upd));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue