Skip to content

steveschnepp/d3d7batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DLL wrapper for DrawPrimitive Batching

Resources

Stars

Watchers

Forks

Packages

No packages published