Clarify x/yscale.

This commit is contained in:
Themaister 2011-10-19 08:16:01 +02:00
parent 5bc8090ea7
commit 5faa28a1a2

View File

@ -19,7 +19,8 @@
# Path to external video driver using the SSNES driver API.
# video_external_driver =
# Windowed xscale and yscale (Real x res: 224 * xscale * aspect_ratio, real y scale: 224 * xscale)
# Windowed xscale and yscale
# (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale)
# video_xscale = 3.0
# video_yscale = 3.0