From e07f59adbe72fdc3367946ac28f29a1f86737161 Mon Sep 17 00:00:00 2001 From: Amos Date: Thu, 9 Jun 2022 13:30:36 +0200 Subject: [PATCH] Fix detach bug in PRX --- r5dev/launcher/prx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/launcher/prx.cpp b/r5dev/launcher/prx.cpp index 60a8a76d..47a26c66 100644 --- a/r5dev/launcher/prx.cpp +++ b/r5dev/launcher/prx.cpp @@ -20,5 +20,5 @@ void PRX_Attach() void PRX_Detach() { - DetourAttach((LPVOID*)&v_exit_or_terminate_process, &h_exit_or_terminate_process); + DetourDetach((LPVOID*)&v_exit_or_terminate_process, &h_exit_or_terminate_process); } \ No newline at end of file