[Scummvm-git-logs] scummvm master -> c3977fd53a2b382c5be4a1d343c6e57bfb7bd697
mikrosk
noreply at scummvm.org
Sun Mar 5 13:35:25 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:
c3977fd53a ATARI: Disable the launcher grid view
Commit: c3977fd53a2b382c5be4a1d343c6e57bfb7bd697
https://github.com/scummvm/scummvm/commit/c3977fd53a2b382c5be4a1d343c6e57bfb7bd697
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2023-03-05T14:34:01+01:00
Commit Message:
ATARI: Disable the launcher grid view
As we don't compile in libpng, this crashes with an assert.
Changed paths:
configure
diff --git a/configure b/configure
index 96ce132922c..a3de4f873ad 100755
--- a/configure
+++ b/configure
@@ -3875,6 +3875,7 @@ case $_backend in
;;
atari)
define_in_config_if_yes yes "ATARI"
+ append_var DEFINES "-DDISABLE_LAUNCHERDISPLAY_GRID"
#append_var DEFINES "-DDISABLE_FANCY_THEMES"
#append_var DEFINES "-DDISABLE_SID"
#append_var DEFINES "-DDISABLE_NES_APU"
More information about the Scummvm-git-logs
mailing list