mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
23d74fddb4
Some backends like GCW0 do no support graphics >320x240 due to the hardware limitation (downscaling is possible but it will ruin the pixel hunting which is often part of the gameplay). Instead of manually updating the list of engines, we now introduce a new dependency. I marked all relevant engines, but some, like tinsel, require more work with putting their relevant high-res games under USE_HIGHRES define.
4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
|
add_engine neverhood "Neverhood" yes "" "" "highres"
|