[Scummvm-git-logs] scummvm master -> ba98eb99bb2417b1b6f4915cced0543250887781
ccawley2011
noreply at scummvm.org
Mon Jun 20 23:36:35 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9d761ef051 NEWS: Mention RISC OS, DS and Win9x port improvements
ba98eb99bb RISCOS: Disable the ARM assembly code for now
Commit: 9d761ef0518db44ac3e0dfdcd42a3970685b6186
https://github.com/scummvm/scummvm/commit/9d761ef0518db44ac3e0dfdcd42a3970685b6186
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-21T00:36:20+01:00
Commit Message:
NEWS: Mention RISC OS, DS and Win9x port improvements
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index c17a14da9e7..8767c275fc4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -206,6 +206,14 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added "Portable Mode" in which the executable's directory is used to store
application files if a scummvm.ini file is present, instead of the user's
profile directory.
+ - Fixed detection of the Application Data path on Windows 95/98/ME.
+
+ RISC OS port:
+ - Added support for dynamic plugins.
+ - Added a native MIDI driver.
+
+ Nintendo DS port:
+ - Fixed screen scrolling when using the Load and Save dialogs.
#### 2.5.1 (2022-01-02)
Commit: ba98eb99bb2417b1b6f4915cced0543250887781
https://github.com/scummvm/scummvm/commit/ba98eb99bb2417b1b6f4915cced0543250887781
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-21T00:36:26+01:00
Commit Message:
RISCOS: Disable the ARM assembly code for now
Changed paths:
configure
diff --git a/configure b/configure
index 003e24c9482..9ce4a686c9e 100755
--- a/configure
+++ b/configure
@@ -2499,7 +2499,7 @@ case $_host_cpu in
openpandora)
define_in_config_if_yes yes 'USE_ARM_NEON_ASPECT_CORRECTOR'
;;
- arm-*riscos | caanoo | gp2x | gp2xwiz | maemo )
+ caanoo | gp2x | gp2xwiz | maemo )
define_in_config_if_yes yes 'USE_ARM_SCALER_ASM'
define_in_config_if_yes yes 'USE_ARM_SMUSH_ASM'
define_in_config_if_yes yes 'USE_ARM_GFX_ASM'
More information about the Scummvm-git-logs
mailing list