mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 13:02:27 +00:00
Add to skeleton cfg
This commit is contained in:
parent
10aaa163db
commit
93bd541492
@ -162,6 +162,10 @@
|
||||
# Video vsync.
|
||||
# video_vsync = true
|
||||
|
||||
# Interval at which a Vsync swap is performed.
|
||||
# 1 is normal, 2 is doubled frames, 3 is tripled frames, etc.
|
||||
# video_swap_interval = 1
|
||||
|
||||
# Max amount of swapchain images.
|
||||
# Single buffering = 1, Double buffering = 2, 3 = Triple buffering
|
||||
# video_max_swapchain_images = 3
|
||||
@ -205,6 +209,10 @@
|
||||
# If video_force_aspect is not set, X/Y will be integer scaled independently.
|
||||
# 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
|
||||
|
||||
# A floating point value for video aspect ratio (width / height).
|
||||
# If this is not set, aspect ratio is assumed to be automatic.
|
||||
# Behavior then is defined by video_aspect_ratio_auto.
|
||||
|
Loading…
Reference in New Issue
Block a user