diff options
| author | 2023-05-02 17:54:57 -0700 | |
|---|---|---|
| committer | 2023-05-02 17:54:57 -0700 | |
| commit | 8f43b05d6b1be260f68907c581b8e3a91cf244d8 (patch) | |
| tree | be95158c22707e828cd57be90c68f9a1f683d3f1 /src/yuzu_cmd/default_ini.h | |
| parent | Merge pull request #10133 from lat9nq/clang-shadow-and-fallthrough (diff) | |
| parent | vk_present_manager: Add toggle for async presentation (diff) | |
| download | yuzu-8f43b05d6b1be260f68907c581b8e3a91cf244d8.tar.gz yuzu-8f43b05d6b1be260f68907c581b8e3a91cf244d8.tar.xz yuzu-8f43b05d6b1be260f68907c581b8e3a91cf244d8.zip | |
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 = | |||
| 264 | # 0: OpenGL, 1 (default): Vulkan | 264 | # 0: OpenGL, 1 (default): Vulkan |
| 265 | backend = | 265 | backend = |
| 266 | 266 | ||
| 267 | # Whether to enable asynchronous presentation (Vulkan only) | ||
| 268 | # 0 (default): Off, 1: On | ||
| 269 | async_presentation = | ||
| 270 | |||
| 267 | # Enable graphics API debugging mode. | 271 | # Enable graphics API debugging mode. |
| 268 | # 0 (default): Disabled, 1: Enabled | 272 | # 0 (default): Disabled, 1: Enabled |
| 269 | debug = | 273 | debug = |