mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Implement PINE IPC Server
This commit is contained in:
parent
a6237e5473
commit
4262794668
19 changed files with 1055 additions and 0 deletions
|
|
@ -1455,6 +1455,8 @@ bool ppu_load_exec(const ppu_exec_object& elf)
|
|||
hash[5 + i * 2] = pal[_main.sha1[i] & 15];
|
||||
}
|
||||
|
||||
Emu.SetExecutableHash(hash);
|
||||
|
||||
// Apply the patch
|
||||
auto applied = g_fxo->get<patch_engine>().apply(hash, vm::g_base_addr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue