[Scummvm-git-logs] scummvm master -> 04e719bf32dce0c3360bf0781e1596a7662f5c7c
criezy
criezy at scummvm.org
Sun Dec 6 00:11:40 UTC 2020
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:
04e719bf32 MorphOS: active nuked OPL Adlib driver
Commit: 04e719bf32dce0c3360bf0781e1596a7662f5c7c
https://github.com/scummvm/scummvm/commit/04e719bf32dce0c3360bf0781e1596a7662f5c7c
Author: BeWorld (36823759+BeWorld2018 at users.noreply.github.com)
Date: 2020-12-06T00:11:35Z
Commit Message:
MorphOS: active nuked OPL Adlib driver
Thanks Raziel to see that on AmigaOS platform :-)
Changed paths:
NEWS.md
configure
diff --git a/NEWS.md b/NEWS.md
index b74fcafb75..88ce0a6178 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -88,6 +88,7 @@ For a more comprehensive changelog of the latest experimental code, see:
MorphOS port:
- Add native system file browser feature
- Add Cloud feature
+ - Re-activate nuked OPL Adlib driver
#### 2.2.0 "Interactive Fantasy" (2020-09-27)
diff --git a/configure b/configure
index 5510fd9a91..5515ed46b2 100755
--- a/configure
+++ b/configure
@@ -3088,9 +3088,8 @@ EOF
append_var CXXFLAGS "-Wno-format"
add_line_to_config_mk 'MORPHOS = 1'
_port_mk="backends/platform/sdl/morphos/morphos.mk"
- # for use SDL2
+ # use SDL2
_sdlconfig=sdl2-config
- _nuked_opl=no
;;
msys)
echo ERROR: Using the MSYS shell in msys mode is not supported. Please use the MSYS shell in mingw mode instead.
More information about the Scummvm-git-logs
mailing list