diff --git a/TitanEngineEmulator/NativeAttach.h b/TitanEngineEmulator/NativeAttach.h index 567b119..54974a0 100644 --- a/TitanEngineEmulator/NativeAttach.h +++ b/TitanEngineEmulator/NativeAttach.h @@ -188,4 +188,5 @@ BOOL WINAPI DebugActiveProcess_(IN DWORD dwProcessId) } /* Success */ + return TRUE; } \ No newline at end of file