mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-06 22:42:19 +08:00
Fixed overlay on x64
They are not longer available with GetWindowLong. There is a new function GetWindowLongPtr. GWLP* must be used.
This commit is contained in:
@ -396,7 +396,7 @@ void Hook_Manager::create_hook(const char* libname)
|
||||
|
||||
bool Hook_Manager::stop_retry()
|
||||
{
|
||||
// Retry 200 times, we look for rendering functions so its actually: "retry for 200 frames"
|
||||
// Retry or not
|
||||
bool stop = ++_hook_retries >= max_hook_retries;
|
||||
|
||||
if (stop)
|
||||
|
Reference in New Issue
Block a user