-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45faf7d
commit 7ac7bb0
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 😔 |