mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
This component disables all MIDI-related things when unused, including MT-32 emulator, Fluidsynth, TiMidity and Sonivox
7 lines
513 B
Text
7 lines
513 B
Text
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
|
|
add_engine ultima "Ultima" yes "ultima1 ultima4 ultima6 ultima8" "" "midi"
|
|
add_engine ultima1 "Ultima I - The First Age of Darkness" no "" "" ""
|
|
add_engine ultima4 "Ultima IV - Quest of the Avatar" yes "" "" "16bit"
|
|
add_engine ultima6 "Ultima VI = The False Prophet" yes "" "" "highres 16bit lua"
|
|
add_engine ultima8 "Ultima VIII - Pagan" yes "" "" "highres 16bit"
|