Fixing Screen Resolution Issues in Adventure Games Studio Engine

The engine seems to detect the highest possible resolution even if the resolution is slightly larger than the monitor resolution. To fix that issue for all Adventure Games Studio games, open the acsetup.cfg file and change:

gfxfilter=max

to:

gfxfilter=StdScaleX

where: