evmar / retrowin32

windows emulator
https://evmar.github.io/retrowin32/
Apache License 2.0
582 stars 26 forks source link

(Question) Does sound is supported? #33

Closed hardBSDk closed 3 months ago

evmar commented 3 months ago

There's a skeleton of winmm.dll (used by older apps) here, and even more of a skeleton of dsound.dll here. Neither get close to making any sound, they are just enough to get some sound-making programs not crash. There's a lot to figure out to get sound working, including threads.