AUDIO: Add support for RetroWave OPL3
This commit adds support for the SudoMaker RetroWave OPL3 sound card. Requires the retrowave library. Add the following settings to scummvm.ini: retrowaveopl3_bus=serial retrowaveopl3_port=<port> f.e. COM3 or ttyACM0
This commit is contained in:
parent
fd129ebc0c
commit
221fa4c841
11 changed files with 384 additions and 3 deletions
|
@ -1084,6 +1084,7 @@ const Feature s_features[] = {
|
|||
{ "libcurl", "USE_LIBCURL", true, true, "libcurl support" },
|
||||
{ "sdlnet", "USE_SDL_NET", true, true, "SDL_net support" },
|
||||
{ "discord", "USE_DISCORD", true, false, "Discord support" },
|
||||
{ "retrowave", "USE_RETROWAVE", true, false, "RetroWave OPL3 support" },
|
||||
|
||||
// Feature flags
|
||||
{ "bink", "USE_BINK", false, true, "Bink video support" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue