Fix detours not attaching to all threads on startup.

This commit is contained in:
redpolline 2024-06-24 03:57:16 -04:00
parent ab4740109d
commit 9b56698858
2 changed files with 47 additions and 3 deletions

View file

@ -86,6 +86,7 @@
#ifdef EMU_EXPERIMENTAL_BUILD
#include <winhttp.h>
#include <tlhelp32.h>
#include "../detours/detours.h"
#endif