Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 626 Bytes

d3d7batch

DLL wrapper for DrawPrimitive Batching.

It is targeted at improving Ground Control, as there is a huge overhead in wine for each DrawPrimitive() call.

Compile

sudo apt install make gcc-mingw-w64-i686
make

Install

  1. compile ddraw.dll or download it from the releases
  2. drop the ddraw.dll into the same folder as gc.exe.
  3. do export WINEDLLOVERRIDES="ddraw=n,b"
  4. run wine gc.exe
  5. enjoy faster FPS