mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
MaterialSystem: fix incorrect vendor constant for AMD graphics hardware
Users have reported that AMD Anti-Lag 2 didn't work. The issue turned out to be the incorrect vendor constant. After this patch the Anti-Lag 2 implementation appears to work perfectly. This constant is used to check if installed (and currently selected) hardware is of target vendor before making any driver API calls.
This commit is contained in:
parent
1a5a77f9c8
commit
5d000db867
@ -2,7 +2,7 @@
|
||||
#define IMATERIALSYSTEM_H
|
||||
|
||||
#define NVIDIA_VENDOR_ID 0x10DE
|
||||
#define AMD_VENDOR_ID 0x10EE
|
||||
#define AMD_VENDOR_ID 0x1002
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Material adapter info..
|
||||
|
Loading…
x
Reference in New Issue
Block a user