mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
bb46b57d89
It was caused by the definition of c_dfDIJoystick using literal 24 and 16 values in place of sizeof(DIDATAFORMAT) and sizeof(DIOBJECTDATAFORMAT), which include pointers. On 64-bit, the values end up being 32 and 24, causing a discrepancy in which DIERR_INVALIDPARAM was thrown.
|
||
---|---|---|
.. | ||
d3d8.def | ||
d3dx8d.def | ||
d3dxof.def | ||
ddraw.def | ||
dinput.c | ||
dinput.def | ||
dinput8.def | ||
dplayx.def | ||
dpnaddr.def | ||
dpnet.def | ||
dpnlobby.def | ||
dpvoice.def | ||
dsetup.def | ||
dsound.def | ||
dxguid.c | ||
Makefile | ||
readme.txt |
This minimal DirectX 8.0 SDK is largely based upon work from Paul Gerfen. paul@gamecoding.co.uk www.gamecoding.co.uk from: http://alleg.sourceforge.net/files/dx80_mgw.zip tweaked for inclusion in EDuke32