Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grim Dawn Mod Dll Hook

This winmm.dll is a hook for Grim Dawn mods.
It forwards all winmm.dll functions to the original one.

Used e.g. in Riftgate Companion and Item Assistant Linux.

Building

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel $(nproc)

Using

Copy build/winmm.dll to the x64 directory inside Grim Dawns install directory.

Linux

If using the Linux compatibility mode, copy build/winmm.dll also to the compat directoy inside Grim Dawns install directory.
Set WINEDLLOVERRIDES="winmm=n,b" %command% as launch option.

winmm.def

To generate the winmm.def you need ´mingw-w64-tools´ and a windows winmm.dll. Then you can do:
gendef windows/system32/winmm.dll

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages