From 3443fb4a8713b26e6601b009f27e0f125ddc56cc Mon Sep 17 00:00:00 2001 From: Blu3train Date: Thu, 17 Aug 2023 20:04:55 +0200 Subject: [PATCH] fixed KirikiriZ x64 engine hook --- texthook/engine/match64.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/texthook/engine/match64.cc b/texthook/engine/match64.cc index e427fb7..17e31c8 100644 --- a/texthook/engine/match64.cc +++ b/texthook/engine/match64.cc @@ -9,6 +9,7 @@ namespace Engine { + enum : DWORD { X64_MAX_REL_ADDR = 0x00300000 }; /** Artikash 6/7/2019 * 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.