WinterSnowfall
97091aad39
[util] Enable legacy DISCARD for Rayman 3
2024-09-26 06:48:13 +02:00
琴梨梨OvO
bb6d1b3b4c
[util]Add support for Time Leap Paradise
2024-09-25 19:54:24 +02:00
Blisto91
5a08b3c451
[util] Cap fps for F.E.A.R 1 & expansions
...
Visual glitches can occur at very high fps
2024-09-22 21:07:08 +02:00
Blisto91
e687303197
[util] Cap Prince of Persia (2008) max fps
...
Game can get stuck when loading at very high fps
2024-09-22 17:47:51 +02:00
Blisto91
11ec603540
[util] Enable cachedDynamicBuffers for Battle Mages
...
Helps CPU bound performance
2024-09-18 00:25:05 +02:00
WinterSnowfall
0a2f2275da
[d3d8] Add a framecap for Chrome: Gold Edition
2024-09-14 23:52:20 +02:00
WinterSnowfall
3e26958906
[util] Add a framecap for Pandora Tomorrow
2024-09-12 00:02:34 +02:00
Philip Rebohle
565ec7e0d3
[dxvk] Remove dxvk.maxChunkSize option
2024-09-09 18:45:34 +02:00
WinterSnowfall
63506ee1ff
[util] Enable cachedDynamicBuffers for Steel Soldiers and FIFA 2003
2024-09-08 19:26:46 +02:00
Tiagoquix
d31b7997c0
[util] Enable cachedDynamicBuffers for APB:Reloaded
...
Fixes frametime jumps when shooting.
Discussed on the Discord server.
2024-08-30 20:27:05 +02:00
MickAlmighty
8c58bef9cf
[util] Hide Intel for Kena: Bridge of Spirits to skip faulty water rendering path.
2024-08-30 17:39:21 +02:00
Robin Kertels
a5fc08d176
[util] Disable direct buffer mapping for Max Payne 1
...
Improves performance by avoiding stalls.
2024-08-30 00:37:58 +02:00
Robin Kertels
9a280b063a
[util] Set maxDeviceMemory for GTA IV
...
... and replace emulateUMA
2024-08-24 19:05:44 +02:00
Philip Rebohle
d89e324bc4
[util] Remove obsolete Metro Exodus EE config
...
No longer necessary or useful.
2024-08-20 13:33:04 +02:00
Philip Rebohle
71e44b380d
[util] Enable context lock for EDF6
...
May or may not fix random crashing.
2024-08-15 20:55:17 +02:00
Philip Rebohle
1e5b78e8ea
[d3d9] Enable longMad behaviour by default
...
And remove the respective config option.
2024-08-14 22:15:50 +02:00
Philip Rebohle
60e04503a6
[d3d11] Enable longMad/longDot behaviour by default
...
And remove the respective config options.
2024-08-14 22:15:50 +02:00
Philip Rebohle
0d0b9eaac1
[util] Enable d3d11.longDot for Trails through Daybreak
2024-08-11 18:30:59 +02:00
Blisto91
7c9e1ed7cd
[util] Set maxChunkSize to 1 for Epic Games Launcher
...
Also move up Battle.net so the launchers are grouped
2024-08-03 14:57:36 +02:00
Blisto91
e2b823b760
[util] Enable cachedDynamicBuffers for Art of Murder
...
Horrible CPU bound perf
2024-07-31 18:34:39 +02:00
Blisto91
1077d6a67f
[util] Set textureMemory to 0 for Operation Racoon City
...
Works around a crash
2024-07-30 09:15:28 +02:00
Blisto91
33bf09122c
[util] Add configs for Splinter Cell Conviction
...
The game will sometimes black screen upon alt-tab without deviceLossOnFocusLoss.
Spoofing the GPU through dxgi to a known one from its list prevents the System Detection tool from complaining that it is unsupported on some setups.
2024-07-28 23:04:35 +02:00
Tobias Jakobi
10ab85c3ba
[d3d8] Remove references to d3d8.useShadowBuffers for now
...
The current D3D8 codebase in DXVK does not implement this
feature, i.e. setting this option is a NOP. It was
implemented in D8VK at some point, but was removed before
the big merge.
Remove any references to avoid confusion.
2024-07-22 00:14:15 +02:00
WinterSnowfall
bac7ae2929
[util] Disable countLosableResources for Inquisitor
2024-07-16 16:42:44 +02:00
Felix Klinge
2a2d51e049
changed dxgi.customVendorId to dxgi.hideIntelGpu for Batman Arkham Knight
2024-07-16 16:21:08 +02:00
Felix Klinge
b74725b264
Add Batman Arkham Knight Custom Vendor ID to config to fix the game for Intel GPUs
2024-07-16 16:21:08 +02:00
WinterSnowfall
a8dbbcfa31
[util] Reorder config options by API
2024-07-12 16:42:31 +02:00
Blisto91
5f9ca08071
[util] Enable deviceLossOnFocussLoss for Rise of Nations
...
To prevent it from crashing on a alt-tab
2024-07-09 15:42:49 +02:00
Blisto91
fe9c875fe9
[util] Set cachedDynamicBuffers for The Sims 2 and friends
...
Helps very low CPU bound performance especially in Castaway Stories.
2024-07-07 14:31:37 +02:00
Blisto91
a63a5753d4
[util] Enable longMad for Tomb Raider Legend
...
Since the enablement of invariant position by default the game suffers from white flickers on characters when you use the Next Generation Content option
2024-07-07 14:23:11 +02:00
Robin Kertels
5a0f05ae66
[util] Disable counting losables for Battlefield 2 & 2142
2024-07-07 14:21:59 +02:00
Jeff
60e523b4bf
[d3d8] Implement Direct3D 8 Frontend
...
Co-authored-by: WinterSnowfall <WinterSnowfall@users.noreply.github.com>
## Config Changes
Co-authored-by: Blisto91 <47954800+Blisto91@users.noreply.github.com>
Co-authored-by: simifor <simirmonfor@gmail.com>
2024-07-07 11:10:48 +00:00
Blisto91
b2d89db8d8
[util] Disable countLosableResources for Myst V
...
Works around a crash regression in dxvk 2.3 upon resolution change.
2024-07-05 14:16:18 +02:00
Blisto91
fa5ce49675
[util] Enable longMad for Watch_Dogs 2 and Legion
...
Works around flickering on characters when a outline or highlight effect is showing.
2024-07-05 13:04:59 +02:00
WinterSnowfall
18035820de
[d3d9] Remove vestigial D32 support
2024-07-05 00:43:09 -07:00
Łukasz Zając
1783b9591a
[util] Enable 60 FPS lock for WRC4
...
Fixes an audio issue.
2024-07-04 20:12:08 +02:00
Philip Rebohle
afbcd94569
[util] Fix up recently added app profiles
2024-06-26 00:44:43 +02:00
Philip Rebohle
86f04a2da3
Revert "[util] Consolidate maxFrameRate options"
...
This reverts commit 1811f4b9950818ba5c8bfbaf06776831ea2cd0cb.
The D3D12 Beyond Good and Evil remaster uses the same exe name as the
original D3D9 game, so it turns out the separation was useful after all.
2024-06-26 00:42:31 +02:00
Blisto91
fe0e02de18
[util] Set cachedDynamicBuffers for Battle for Middle-Earth 2
...
Helps slowdowns below 30fps in certain scenarios like when moving the camera over heavy vegetation areas among others
2024-06-22 21:58:16 +02:00
Blisto91
a276e13821
[util] Set deviceLossOnFocusLoss for Guild Wars
...
Works around the game black screening on alt-tab when it is set to fullscreen with a non native resolution
2024-06-19 15:08:37 +02:00
Blisto91
4b4d323ec3
[util] Set cachedDynamicBuffers for Dragonshard
...
Works around massive FPS decreases in some scenes
2024-06-17 22:49:25 +02:00
Blisto91
d9994665a8
[util] Set strict floatEmulation for New Vegas
...
Fixes various visual issues with some effects in mods such as New Vegas Reloaded. White spots/shapes, black streaks across the screen (rain?) and probably more.
2024-06-17 22:49:25 +02:00
Blisto91
22b13a94ca
[util] Enable deviceLossOnFocusLoss for The Force Unleased
...
Prevents the game from black screening on each alt-tab
2024-06-16 22:04:22 +02:00
Trevonn
a8710f70a5
[util] Dead Space 2 - Lock to 60 FPS and enable vsync
...
Similar to the first game it has a poor vsync implementation and physics issues when the frame rate is unlocked.
Locking to 60 FPS and enabling vsync externally provides a better experience after the ingame vsync is disabled
2024-06-13 18:03:12 +02:00
Blisto91
018db92342
[util] Disable Crysis 1 refresh rate fps limiter
...
Game bug in its d3d10 mode where it selects the lowest supported refresh rate.
2024-06-11 15:45:30 +02:00
Philip Rebohle
1811f4b995
[util] Consolidate maxFrameRate options
2024-06-11 15:45:17 +02:00
Blisto91
8d965359a5
[util] Set longMad for Watch_Dogs
...
Works around flickering on some objects such as the blue light arrow on lowering gates
2024-06-06 19:01:42 +02:00
Tiagoquix
ee18aecb8a
[util] Add dxvk.maxChunkSize 1 for Origin Web Helper Service and Ubisoft Connect (UPlay) ( #4047 )
...
* Add dxvk.maxChunkSize 1 to Ubisoft Connect (UPlay)
* Add Origin Web Helper Service and fix Rockstar Games entries
* Revert Rockstar changes, improve Origin and Ubisoft
2024-06-02 20:08:52 +02:00
Blisto91
c2fd91f835
[util] Set longMad for Ghostbusters Remastered
...
Works around flickering on character faces
2024-06-02 11:10:13 +02:00
Tiagoquix
79eea564fb
Add dxvk.maxChunkSize 1 to Origin
2024-05-31 23:46:26 +02:00