wined3d: Update reported AMD driver version.
Satisfies driver version check in Counter Strike 2.
This commit is contained in:
parent
21bbd34d35
commit
f201a609a0
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ static const struct driver_version_information driver_version_table[] =
|
|||
{DRIVER_AMD_R600, DRIVER_MODEL_NT5X, "ati2dvag.dll", 10, 1280},
|
||||
{DRIVER_AMD_R300, DRIVER_MODEL_NT6X, "atiumdag.dll", 10, 741 },
|
||||
{DRIVER_AMD_R600, DRIVER_MODEL_NT6X, "atiumdag.dll", 10, 1280},
|
||||
{DRIVER_AMD_RX, DRIVER_MODEL_NT6X, "aticfx32.dll", 21023, 2010}, /* Adrenalin 23.7.2 */
|
||||
{DRIVER_AMD_RX, DRIVER_MODEL_NT6X, "aticfx32.dll", 23013, 1023}, /* Adrenalin 23.12.1 */
|
||||
|
||||
/* Intel
|
||||
* The drivers are unified but not all versions support all GPUs. At some point the 2k/xp
|
||||
|
|
Loading…
Add table
Reference in a new issue