Scripts version 2128
This commit is contained in:
@ -24,19 +24,18 @@
|
||||
#
|
||||
# Supported values: Any four-digit hex number.
|
||||
|
||||
# dxgi.customDeviceId = 0000
|
||||
# dxgi.customVendorId = 0000
|
||||
|
||||
# d3d9.customDeviceId = 0000
|
||||
# d3d9.customVendorId = 0000
|
||||
dxgi.customDeviceId = 222F
|
||||
dxgi.customVendorId = 10de
|
||||
|
||||
# d3d9.customDeviceId = 222F
|
||||
# d3d9.customVendorId = 10de
|
||||
|
||||
# Report Nvidia GPUs as AMD GPUs by default. This is enabled by default
|
||||
# to work around issues with NVAPI, but may cause issues in some games.
|
||||
#
|
||||
# Supported values: True, False
|
||||
|
||||
# dxgi.nvapiHack = False
|
||||
dxgi.nvapiHack = False
|
||||
|
||||
# Override maximum amount of device memory and shared system memory
|
||||
# reported to the application. This may fix texture streaming issues
|
||||
@ -311,13 +310,13 @@
|
||||
|
||||
|
||||
# Force enable/disable floating point quirk emulation
|
||||
#
|
||||
#
|
||||
# Force toggle anything * 0 emulation
|
||||
# Tristate
|
||||
# Supported values:
|
||||
# - True/False
|
||||
|
||||
# d3d9.floatEmulation =
|
||||
# d3d9.floatEmulation =
|
||||
|
||||
|
||||
# Enable dialog box mode
|
||||
@ -331,7 +330,7 @@
|
||||
# d3d9.enableDialogMode = False
|
||||
|
||||
# Overrides the application's MSAA level on the swapchain
|
||||
#
|
||||
#
|
||||
# Supported values: -1 (application) and 0 to 16 (user override)
|
||||
|
||||
# d3d9.forceSwapchainMSAA = -1
|
||||
|
Reference in New Issue
Block a user