fixed KirikiriZ x64 engine hook

This commit is contained in:
Blu3train 2023-08-17 20:04:55 +02:00
parent 810afdfa1a
commit 3443fb4a87

View File

@ -9,6 +9,7 @@
namespace Engine namespace Engine
{ {
enum : DWORD { X64_MAX_REL_ADDR = 0x00300000 };
/** Artikash 6/7/2019 /** Artikash 6/7/2019
* PPSSPP JIT code has pointers, but they are all added to an offset before being used. * PPSSPP JIT code has pointers, but they are all added to an offset before being used.
Find that offset so that hook searching works properly. Find that offset so that hook searching works properly.