From f0d8712275d2ca1b27d7022acf48cde647bdacd5 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 23 Jan 2025 18:43:24 +0800 Subject: Clean up UnityPlayer.dll detection from my_mmap64 (#2286) --- src/include/wine_tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/wine_tools.h b/src/include/wine_tools.h index 5c60fec2..4529a6d4 100644 --- a/src/include/wine_tools.h +++ b/src/include/wine_tools.h @@ -10,4 +10,6 @@ void* get_wine_prereserve(void); void dynarec_wine_prereserve(void); #endif +void detect_unityplayer(int fd); + #endif //__WINE_TOOLS_H__ -- cgit 1.4.1