From c1cbe68df74899760bf7802cec2156cca2acd195 Mon Sep 17 00:00:00 2001 From: Abadede Date: Fri, 26 Nov 2021 18:07:00 +0100 Subject: [PATCH] Update retroarch.cfg (#13289) Shifted indexes to correct value. --- retroarch.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroarch.cfg b/retroarch.cfg index cdcb199c9f..5c571a89dc 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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.