Hello,
this is needed by Cemu, it does not link otherwise.
Best regards
Oleg Tolmatcev
From 1e554c3eefcad72fd904abb159834b1bb99ed343 Mon Sep 17 00:00:00 2001
From: Oleg Tolmatcev
Date: Sat, 5 Aug 2023 13:33:07 +0200
Subject: [PATCH] add compatibility with C++ to HID headers
---
mingw-w64-heade
在 2023-09-15 22:50, Oleg Tolmatcev 写道:
I have done it, but I don't know if it is necessary because there are
many def files in "lib32" that lack them.
Thanks. Pushed to master now.
The x86 stdcall calling convention requires a suffix; lack of a suffix will cause undefined
references. Existent
在 2023-09-14 21:28, Martin Storsjö 写道:
On Thu, 14 Sep 2023, Biswapriyo Nath wrote:
+ BOOL *further_measurements_desired);
Should it be WINBOOL?
The IDL files use plain BOOL; when generating the h headers, we apply a BOOL -> WINBOOL substitution
(see e.g. Makefile.am). Only for B
Am Fr., 15. Sept. 2023 um 10:39 Uhr schrieb LIU Hao :
>
> 在 2023/9/15 03:53, Oleg Tolmatcev 写道:
> > diff --git a/mingw-w64-crt/lib-common/dinput8.def
> > b/mingw-w64-crt/lib-common/dinput8.def
> > ...
> > +DirectInput8Create@20
> > +DllCanUnloadNow
> > +DllGetClassObject@12
> > +DllRegisterServer
在 2023/9/15 03:53, Oleg Tolmatcev 写道:
diff --git a/mingw-w64-crt/lib-common/dinput8.def
b/mingw-w64-crt/lib-common/dinput8.def
...
+DirectInput8Create@20
+DllCanUnloadNow
+DllGetClassObject@12
+DllRegisterServer
+DllUnregisterServer
+GetdfDIJoystick
Please add necessary stdcall suffixes for