mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
ALL: correct engine name
This commit is contained in:
parent
98446b75ed
commit
198cf8b922
2
configure
vendored
2
configure
vendored
@ -4249,7 +4249,7 @@ done
|
||||
|
||||
# Sort engines to place our headline engine at start...
|
||||
# No technical reason, just historical convention
|
||||
headline_engine=grime
|
||||
headline_engine=grim
|
||||
_sorted_engines="${headline_engine}"
|
||||
for engine in $_engines; do
|
||||
if test "${engine}" != "${headline_engine}" ; then
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define PROJECT_NAME "residualvm" // Used for folders, icons, resources and project/solution name
|
||||
#define LIBS_DEFINE "RESIDUALVM_LIBS" // Name of the include environment variable
|
||||
#define REVISION_DEFINE "SCUMMVM_INTERNAL_REVISION"
|
||||
#define FIRST_ENGINE "grime" // Name of the engine which should be sorted as first element
|
||||
#define FIRST_ENGINE "grim" // Name of the engine which should be sorted as first element
|
||||
|
||||
#define ENABLE_LANGUAGE_EXTENSIONS "grim,myst3" // Comma separated list of projects that need language extensions
|
||||
#define DISABLE_EDIT_AND_CONTINUE "grim,myst3,residualvm" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)
|
||||
|
Loading…
Reference in New Issue
Block a user