mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
![D G Turner](/assets/img/avatar_default.png)
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically.
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
|
add_engine agos "AGOS" yes "agos2" "AGOS 1 games"
|
|
add_engine agos2 "AGOS 2 games" yes
|