diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 5bed47fd7..aa9e40380 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -166,6 +166,10 @@ use_vsync = | |||
| 166 | # 0 (default): Off, 1: On | 166 | # 0 (default): Off, 1: On |
| 167 | use_assembly_shaders = | 167 | use_assembly_shaders = |
| 168 | 168 | ||
| 169 | # Whether to allow asynchronous shader building. | ||
| 170 | # 0 (default): Off, 1: On | ||
| 171 | use_asynchronous_shaders = | ||
| 172 | |||
| 169 | # Turns on the frame limiter, which will limit frames output to the target game speed | 173 | # Turns on the frame limiter, which will limit frames output to the target game speed |
| 170 | # 0: Off, 1: On (default) | 174 | # 0: Off, 1: On (default) |
| 171 | use_frame_limit = | 175 | use_frame_limit = |