From: Jarkko Korpi Subject: [PATCH V3] wined3d: Add Amd Rx 480 binary driver Message-Id: Date: Mon, 26 Dec 2016 07:24:06 +0000 http://source.winehq.org/git/wine.git/commit/c63e3261f37e8116e59c70b9bed20aa90c39e8a1 Since that commit Rx 480 supposed to be recognized, but I am using closed source drivers, because the audio patches arent in upstream yet. I found a real problem from SC2 appdatabase and I could confirm it myself. When you start SC2 and go to options it limits your GPU graphics options and complains not enough memory. With the attached patch here the options are not limited anymore and it doesn't complain not enough memory. Most likely 460 deserves similar change in code. Resend v2. This email should be pure text with no html content. Resend. v3 Signed-off message. And reformat title Signed-off-by: Jarkko Korpi = From b4a36fb09b2ba57cbd6711d1ebda9e9191e3e50b Mon Sep 17 00:00:00 2001 From: Jarkko Date: Mon, 26 Dec 2016 07:31:44 +0200 Subject: [PATCH] Add Rx 480 binary driver --- dlls/wined3d/directx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 1aae20d..2d81a6d 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -1966,6 +1966,7 @@ cards_nvidia_binary[] = * eg HD 4800 is returned for multiple cards, even for RV790 based ones. */ cards_amd_binary[] = { + {"RX 480", CARD_AMD_RADEON_RX_480}, /* Southern Islands */ {"HD 7900", CARD_AMD_RADEON_HD7900}, {"HD 7800", CARD_AMD_RADEON_HD7800}, -- 2.7.4