From c8c86a3854fb3c96e65eca6b59d6058270a21a17 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 13 Apr 2018 15:12:58 -0300 Subject: Fix for current framebuffer issues (#78) [GPU] Fix some of the current framebuffer issues --- Ryujinx.Graphics/Gpu/TextureReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics/Gpu/TextureReader.cs') diff --git a/Ryujinx.Graphics/Gpu/TextureReader.cs b/Ryujinx.Graphics/Gpu/TextureReader.cs index b3b016ed..4c3b4fb1 100644 --- a/Ryujinx.Graphics/Gpu/TextureReader.cs +++ b/Ryujinx.Graphics/Gpu/TextureReader.cs @@ -4,7 +4,7 @@ using System; namespace Ryujinx.Graphics.Gpu { - static class TextureReader + public static class TextureReader { public static byte[] Read(AMemory Memory, Texture Texture) { -- cgit v1.2.3