Separate PAL/NTSC modes for vsync_adjust.

This commit is contained in:
sorgelig
2019-02-05 15:07:44 +08:00
parent 3c377474a1
commit 0a89c2cd80
6 changed files with 73 additions and 51 deletions

View File

@@ -53,3 +53,9 @@ video_info=0
; For proper adjusting and to reduce possible out of range pixel clock, use 60Hz HDMI video
; modes as a base even for 50Hz systems.
vsync_adjust=0
; These parameters have the same format as video_mode.
; You need to supply both PAL and NTSC modes if you want vsync_adjust to switch between
; predefined modes as a base. This will reduce the range of pixel clock.
;video_mode_ntsc=0
;video_mode_pal=7