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:
NMIError 2022-01-29 17:33:29 +01:00 committed by GitHub
parent fd129ebc0c
commit 221fa4c841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 384 additions and 3 deletions

View file

@ -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" },