DLL wrapper for DrawPrimitive Batching.
It is targeted at improving Ground Control, as there is a huge overhead in wine
for each DrawPrimitive()
call.
- BUG https://bugs.winehq.org/show_bug.cgi?id=33814
- Wine patch https://gitlab.winehq.org/wine/wine/-/merge_requests/2105
sudo apt install make gcc-mingw-w64-i686
make
- compile
ddraw.dll
or download it from the releases - drop the
ddraw.dll
into the same folder asgc.exe
. - do
export WINEDLLOVERRIDES="ddraw=n,b"
- run
wine gc.exe
- enjoy faster FPS