Scripts version 2183

This commit is contained in:
Mikhail Tergoev
2023-05-15 02:19:05 +03:00
parent 866bda3e0c
commit d982c8fab3
12 changed files with 77 additions and 53 deletions

View File

@ -24,8 +24,8 @@
#
# Supported values : Any non-negative integer
# dxgi.maxFrameRate = 0
# d3d9.maxFrameRate = 0
dxgi.maxFrameRate = 240
d3d9.maxFrameRate = 240
# Override PCI vendor and device IDs reported to the application. Can
@ -84,8 +84,8 @@ dxgi.customVendorId = 10de
#
# Supported values: Any non-negative number
# dxgi.syncInterval = -1
# d3d9.presentInterval = -1
# dxgi.syncInterval = 0
# d3d9.presentInterval = 0
# True enables the mailbox present mode in case regular Vsync is disabled.