From b2eeecd6248fea70badff342b847b7914ce7aba8 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 26 Nov 2019 17:27:05 +0100 Subject: [PATCH] [meta] Update default config file --- dxvk.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dxvk.conf b/dxvk.conf index 9093b59e..83f36a22 100644 --- a/dxvk.conf +++ b/dxvk.conf @@ -143,19 +143,6 @@ # dxvk.numCompilerThreads = 0 -# Toggles asynchronous present. -# -# Off-loads presentation to the queue submission thread in -# order to reduce stalling on the main rendering thread and -# improve performance. -# -# Supported values: -# - Auto: Enable on certain drivers -# - True / False: Always enable / disable - -# dxvk.asyncPresent = Auto - - # Toggles raw SSBO usage. # # Uses storage buffers to implement raw and structured buffer