[Scummvm-git-logs] scummvm master -> a5f690877e45f61923b25fe932d7b4c8115e69ac
sev-
noreply at scummvm.org
Sun Dec 3 20:13:58 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:
a5f690877e ULTIMA: Add "remorse" engine to list of supported engines
Commit: a5f690877e45f61923b25fe932d7b4c8115e69ac
https://github.com/scummvm/scummvm/commit/a5f690877e45f61923b25fe932d7b4c8115e69ac
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2023-12-03T21:13:54+01:00
Commit Message:
ULTIMA: Add "remorse" engine to list of supported engines
The game "Crusader: No Remorse" is listed as supported on ScummVM
Wiki. The remorse engine was not picked up by the configure script
which caused the game to be detected by ScummVM but when trying to
launch it would fail with not finding any engine for it.
Add the remorse engine to the Ultima configure.engine to make it
work.
Changed paths:
engines/ultima/configure.engine
diff --git a/engines/ultima/configure.engine b/engines/ultima/configure.engine
index 391f73a6bca..8545a3f66ba 100644
--- a/engines/ultima/configure.engine
+++ b/engines/ultima/configure.engine
@@ -5,3 +5,4 @@ add_engine ultima1 "Ultima I - The First Age of Darkness" no "" "" ""
add_engine ultima4 "Ultima IV - Quest of the Avatar" yes "" "" ""
add_engine ultima6 "Ultima VI = The False Prophet" yes "" "" "highres 16bit lua"
add_engine ultima8 "Ultima VIII - Pagan" yes "" "" "highres 16bit"
+add_engine remorse "Crusader: No Remorse" yes "" "" ""
More information about the Scummvm-git-logs
mailing list