Update retroarch.cfg (#13289)

Shifted indexes to correct value.
This commit is contained in:
Abadede 2021-11-26 18:07:00 +01:00 committed by GitHub
parent 019466e928
commit c1cbe68df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,8 +226,8 @@
# video_scale_integer = false
# Index of the aspect ratio selection in the menu.
# 19 = Config, 20 = 1:1 PAR, 21 = Core Provided, 22 = Custom Aspect Ratio
# aspect_ratio_index = 19
# 20 = Config, 21 = 1:1 PAR, 22 = Core Provided, 23 = Custom Aspect Ratio
# aspect_ratio_index = 20
# Forces cropping of overscanned frames.
# Exact behavior of this option is implementation specific.