Fix detours not attaching to all threads on startup.

This commit is contained in:
redpolline 2024-06-24 03:57:16 -04:00
parent c9236a7337
commit a8c696c565
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