diff options
author | bunnei <bunneidev@gmail.com> | 2023-05-02 17:54:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 17:54:57 -0700 |
commit | 8f43b05d6b1be260f68907c581b8e3a91cf244d8 (patch) | |
tree | be95158c22707e828cd57be90c68f9a1f683d3f1 /src/yuzu_cmd/default_ini.h | |
parent | 451b1bba26a257484aa71af93722a014d50bf2d4 (diff) | |
parent | f403d2794187bd136fb4d30fb7a6aea950145013 (diff) |
Merge pull request #9973 from GPUCode/async-present
Implement asynchronous presentation
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 209cfc28a..c0c89fbb9 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -264,6 +264,10 @@ cpuopt_unsafe_ignore_global_monitor = # 0: OpenGL, 1 (default): Vulkan backend = +# Whether to enable asynchronous presentation (Vulkan only) +# 0 (default): Off, 1: On +async_presentation = + # Enable graphics API debugging mode. # 0 (default): Disabled, 1: Enabled debug = |