Implemented syscall _sys_process_exit

This commit is contained in:
Nekotekina 2017-09-16 20:43:02 +03:00
parent e789b969b0
commit b9b71ccbc1
6 changed files with 48 additions and 28 deletions

View file

@ -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));
}