From 77199093978153d519d52264f9ef8b40b0592d0f Mon Sep 17 00:00:00 2001
From: A-w-x <80461138+A-w-x@users.noreply.github.com>
Date: Sun, 18 Apr 2021 02:27:19 +0200
Subject: HwCapabilities: Divide Intel into IntelWindows and IntelUnix (#2219)

as suggested by gdkchan
---
 Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs')

diff --git a/Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs b/Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs
index 621388ce..e8dfcc46 100644
--- a/Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs
+++ b/Ryujinx.Graphics.OpenGL/Image/TextureCopy.cs
@@ -205,7 +205,7 @@ namespace Ryujinx.Graphics.OpenGL.Image
                     int copyWidth = sizeInBlocks ? BitUtils.DivRoundUp(width, blockWidth) : width;
                     int copyHeight = sizeInBlocks ? BitUtils.DivRoundUp(height, blockHeight) : height;
 
-                    if (HwCapabilities.Vendor == HwCapabilities.GpuVendor.Intel)
+                    if (HwCapabilities.Vendor == HwCapabilities.GpuVendor.IntelWindows)
                     {
                         GL.CopyImageSubData(
                             src.Storage.Handle,
-- 
cgit v1.2.3-70-g09d2