[Scummvm-git-logs] scummvm master -> cb5b2dc021d20aafc03e0293cdbd193241094b24
mikrosk
noreply at scummvm.org
Mon Apr 3 18:35:57 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
cb5b2dc021 ATARI: DISABLE_SID, DISABLE_NES_APU & DISABLE_DOSBOX_OPL
Commit: cb5b2dc021d20aafc03e0293cdbd193241094b24
https://github.com/scummvm/scummvm/commit/cb5b2dc021d20aafc03e0293cdbd193241094b24
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2023-04-03T20:36:33+02:00
Commit Message:
ATARI: DISABLE_SID, DISABLE_NES_APU & DISABLE_DOSBOX_OPL
Doesn't save much space but limits the number of options to confuse
users.
For instance if DOSBOX OPL is compiled in, it is automatically used for
the Gob engine which perhaps sounds better but making the engine crawl
without further user interaction.
Changed paths:
configure
diff --git a/configure b/configure
index bef5fde02d5..1714ac2e179 100755
--- a/configure
+++ b/configure
@@ -3972,10 +3972,9 @@ case $_backend in
define_in_config_if_yes yes "USE_SV_BLITTER"
append_var DEFINES "-DDISABLE_LAUNCHERDISPLAY_GRID"
#append_var DEFINES "-DDISABLE_FANCY_THEMES"
- #append_var DEFINES "-DDISABLE_SID"
- #append_var DEFINES "-DDISABLE_NES_APU"
- #append_var DEFINES "-DDISABLE_DOSBOX_OPL"
- #append_var DEFINES "-DDISABLE_TEXT_CONSOLE"
+ append_var DEFINES "-DDISABLE_SID"
+ append_var DEFINES "-DDISABLE_NES_APU"
+ append_var DEFINES "-DDISABLE_DOSBOX_OPL"
append_var ASFLAGS "-m68030"
append_var CXXFLAGS "-m68020-60"
append_var LDFLAGS "-m68020-60"
More information about the Scummvm-git-logs
mailing list