mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 10:27:54 +00:00
config: Add a setting for graphics V-Sync.
This commit is contained in:
parent
2d64553023
commit
cfefb55db2
9 changed files with 20 additions and 1 deletions
|
@ -55,6 +55,10 @@ use_shader_jit =
|
|||
# 0 (default): Native, 1: Scaled
|
||||
use_scaled_resolution =
|
||||
|
||||
# Whether to enable V-Sync (caps the framerate at 60FPS) or not.
|
||||
# 0 (default): Off, 1: On
|
||||
use_vsync =
|
||||
|
||||
# The clear color for the renderer. What shows up on the sides of the bottom screen.
|
||||
# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
|
||||
bg_red =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue