mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
7 lines
347 B
Plaintext
7 lines
347 B
Plaintext
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
|
add_engine mohawk "Mohawk" yes "cstime myst riven" "Living Books"
|
|
add_engine cstime "Where in Time is Carmen Sandiego?" no
|
|
add_engine riven "Riven: The Sequel to Myst" no "" "" "16bit"
|
|
add_engine myst "Myst" no
|