From 7ac7bb08cf39d2e79b5d580d54b31d3484f59ab3 Mon Sep 17 00:00:00 2001 From: muhopensores <58393267+muhopensores@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:09:17 +0300 Subject: [PATCH] forgot README.MD --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..712709e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# dmc3-snd-drv +Replacement snd.drv for vanilla dmc3 port based on soloud/sdl2/stb_vorbis. doesnt lag the game when loading a bgm track. used best with styleswitcher audio fix +# how it works +good question, i just stubbed every vtable function in snd.drv object until it kind of sort of worked, there's still 11 stubbed functions idk what they are supposed to do, game doesnt seem to call those +# building +build soloud as a static library, create a project in visual studio and set include/lib directory +cmakelists.txt is barebones and not finished sorry +# known issues +yes 😔