Implement PINE IPC Server

This commit is contained in:
isJuhn 2022-06-18 21:30:38 +02:00 committed by Megamouse
parent a6237e5473
commit 4262794668
19 changed files with 1055 additions and 0 deletions

View file

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