[Scummvm-git-logs] scummvm master -> 07eb96f54dd752803ada031618ba5bd1e670dbeb
ccawley2011
noreply at scummvm.org
Tue Apr 23 14:56:39 UTC 2024
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:
07eb96f54d M4: Mark engine as highres
Commit: 07eb96f54dd752803ada031618ba5bd1e670dbeb
https://github.com/scummvm/scummvm/commit/07eb96f54dd752803ada031618ba5bd1e670dbeb
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2024-04-23T15:56:36+01:00
Commit Message:
M4: Mark engine as highres
Changed paths:
engines/m4/configure.engine
diff --git a/engines/m4/configure.engine b/engines/m4/configure.engine
index 6d5627aaeda..afb1f4b97d7 100644
--- a/engines/m4/configure.engine
+++ b/engines/m4/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 m4 "M4" yes "" "" ""
+add_engine m4 "M4" yes "" "" "highres"
More information about the Scummvm-git-logs
mailing list