CONFIGURE: Enable SID emulation in the DS and 3DS ports

This commit is contained in:
Cameron Cawley 2022-12-22 22:01:30 +00:00 committed by Eugene Sandulenko
parent 5870b7d599
commit cc8de3a293

2
configure vendored
View File

@ -3208,7 +3208,6 @@ if test -n "$_host"; then
3ds)
append_var DEFINES "-DDISABLE_FANCY_THEMES"
append_var DEFINES "-DDISABLE_HELP_STRINGS"
append_var DEFINES "-DDISABLE_SID"
append_var DEFINES "-DDISABLE_NES_APU"
_backend="3ds"
_build_scalers=no
@ -3376,7 +3375,6 @@ if test -n "$_host"; then
append_var DEFINES "-DDISABLE_HELP_STRINGS"
append_var DEFINES "-DDISABLE_DOSBOX_OPL"
append_var DEFINES "-DDISABLE_FANCY_THEMES"
append_var DEFINES "-DDISABLE_SID"
append_var DEFINES "-DDISABLE_NES_APU"
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
append_var DEFINES "-DSTREAM_AUDIO_FROM_DISK"