yuzu: Add frontend settings for assembly shaders
Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them.
This commit is contained in:
parent
65010607b7
commit
47a7c4f4fe
8 changed files with 29 additions and 0 deletions
|
@ -134,6 +134,10 @@ max_anisotropy =
|
|||
# 0 (default): Off, 1: On
|
||||
use_vsync =
|
||||
|
||||
# Whether to use OpenGL assembly shaders or not. NV_gpu_program5 is required.
|
||||
# 0 (default): Off, 1: On
|
||||
use_assembly_shaders =
|
||||
|
||||
# Turns on the frame limiter, which will limit frames output to the target game speed
|
||||
# 0: Off, 1: On (default)
|
||||
use_frame_limit =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue