[Scummvm-git-logs] scummvm master -> 7c00ac7d407d4bc7c46505d501419a81eeb83bc0
sev-
noreply at scummvm.org
Sun Jul 2 08:20:30 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:
7c00ac7d40 PRIVATE: Drop 16bit engine requirement, it is 8-bit since 2021
Commit: 7c00ac7d407d4bc7c46505d501419a81eeb83bc0
https://github.com/scummvm/scummvm/commit/7c00ac7d407d4bc7c46505d501419a81eeb83bc0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-02T10:18:13+02:00
Commit Message:
PRIVATE: Drop 16bit engine requirement, it is 8-bit since 2021
Changed paths:
engines/private/configure.engine
diff --git a/engines/private/configure.engine b/engines/private/configure.engine
index 29c4412f289..cf86f752de8 100644
--- a/engines/private/configure.engine
+++ b/engines/private/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine private "Private Eye" yes "" "" "highres 16bit"
+add_engine private "Private Eye" yes "" "" "highres"
More information about the Scummvm-git-logs
mailing list