From 3f03e9bf5e8997a7c4376272c87e387f0f18e9c4 Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:55:21 +1200 Subject: [PATCH] fuck x2 --- src/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dllmain.c b/src/dllmain.c index 1d12058..c2e4335 100644 --- a/src/dllmain.c +++ b/src/dllmain.c @@ -131,7 +131,7 @@ HOOK_DYNAMIC (u64, __stdcall, bngrw_attach, i32 a1, char *a2, i32 a3, i32 a4, ca } HOOK_DYNAMIC (i32, __stdcall, bngrw_reqWaitTouch, u32 a1, i32 a2, u32 a3, callbackTouch callback, u64 a5) { - if (!IsButtonTapped (CARD_INSERT)) return -1; + if (!IsButtonDown (CARD_INSERT)) return -1; touch = callback; touchData = a5; return 1;