MiSTer.ini: Specify example video_mode lines (#701)

Allows the ini_settings.sh script to correctly edit the expected video_mode line (currently 94)
Currently the example mode listed on line 89 is edited, due to it beginning with the variable name, and an invalid video mode is set: video_mode=8+hsync,-vsync
This results in 720p output and a (helpful) 'INI Error' warning at boot
This commit is contained in:
Count-Duckula-AU
2022-10-12 22:58:45 +08:00
committed by GitHub
parent f49b648dea
commit 4c7f328bd7

View File

@@ -86,10 +86,10 @@ reset_combo=0
;14 - 2560x1440@60
;
; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz[,hsyncp,vsyncp]
; video_mode=1280,110,40,220,720,5,5,20,74250,+hsync,-vsync
; example: video_mode=1280,110,40,220,720,5,5,20,74250,+hsync,-vsync
;
; calculated mode: width,height,refresh[,flags]
; video_mode=1920,1200,60
; example: video_mode=1920,1200,60
; flags - cvt=CVT timing, cvtrb=CVT-RB timing (default)
;video_mode=0