[Scummvm-git-logs] scummvm branch-2-7 -> 6b0c6fe8b8a0379302af70a4eef162630e9ad0dc

ccawley2011 noreply at scummvm.org
Wed Feb 8 19:24:53 UTC 2023


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:
a97f2f3217 NEWS: Mention 26-bit RISC OS support
6b0c6fe8b8 DOCS: Update the RISC OS documentation


Commit: a97f2f3217e8bfda7cd6c624714fc799de4b75ce
    https://github.com/scummvm/scummvm/commit/a97f2f3217e8bfda7cd6c624714fc799de4b75ce
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-08T19:24:46Z

Commit Message:
NEWS: Mention 26-bit RISC OS support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 30154392b42..c9ea3bef4f0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -228,6 +228,9 @@ For a more comprehensive changelog of the latest experimental code, see:
  Android port:
    - Properly convert mouse coordinates between screen coordinates and virtual ones.
 
+ RISC OS port:
+   - Added support for 26-bit versions of RISC OS.
+
  Windows port:
    - Clearing the icons cache created a duplicate ScummVM folder in the APPDATA directory. Fixed.
 


Commit: 6b0c6fe8b8a0379302af70a4eef162630e9ad0dc
    https://github.com/scummvm/scummvm/commit/6b0c6fe8b8a0379302af70a4eef162630e9ad0dc
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-08T19:24:46Z

Commit Message:
DOCS: Update the RISC OS documentation

Changed paths:
    doc/docportal/other_platforms/risc_os.rst


diff --git a/doc/docportal/other_platforms/risc_os.rst b/doc/docportal/other_platforms/risc_os.rst
index a4af51d27f2..62f4608389f 100644
--- a/doc/docportal/other_platforms/risc_os.rst
+++ b/doc/docportal/other_platforms/risc_os.rst
@@ -7,9 +7,10 @@ This page contains all the information you need to get ScummVM up and running on
 What you'll need
 ===================
 
-- A system running RISC OS 5.
+- A system running RISC OS 3.6 or later.
 - A minimum of 64 MB RAM. 32 MB may work in some circumstances, but is not generally recommended.
 - The `SharedUnixLibrary <https://www.riscos.info/index.php/SharedUnixLibrary>`_ and `DRenderer <https://www.riscos.info/packages/LibraryDetails.html#DRendererarm>`_ modules installed. These can be installed using `PackMan <https://www.riscos.info/index.php/PackMan>`_.
+- Support for long file names. On older versions of RISC OS, this can be provided using `raFS <http://atterer.org/riscos>`_.
 
 Installing ScummVM
 ======================================
@@ -41,6 +42,8 @@ Saved games
 
 ``<Choices$Write>.ScummVM.Saves``
 
+The save path needs to be in a path that supports long file names, so it may be necessary to change the default location to one that does.
+
 Configuration file
 **************************
 ``<Choices$Write>.ScummVM.scummvmrc``
@@ -63,6 +66,4 @@ Known issues
 ==============
 
 - ScummVM for RISC OS does not have cloud or LAN functionality.
-- FluidSynth is not supported.
-- ScummVM is not compatible with RISC OS 3, 4 or 6.
 




More information about the Scummvm-git-logs mailing list