Merge pull request #6697 from ameerj/fps-cap
config, nvflinger: Add FPS cap setting
This commit is contained in:
commit
c09557acd8
8 changed files with 49 additions and 6 deletions
|
@ -299,6 +299,10 @@ bg_red =
|
|||
bg_blue =
|
||||
bg_green =
|
||||
|
||||
# Caps the unlocked framerate to a multiple of the title's target FPS.
|
||||
# 1 - 1000: Target FPS multiple cap. 1000 (default)
|
||||
fps_cap =
|
||||
|
||||
[Audio]
|
||||
# Which audio output engine to use.
|
||||
# auto (default): Auto-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue