diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-28 20:45:33 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | af8498d6790ba83f1cf87eccf5f272f2ccbeb169 (patch) | |
| tree | f4bbd0c418a056211f5077646100bedeb5e8fc13 /Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | |
| parent | d1ab9fb42c2fd9f018d4410ca619cd66294eafc9 (diff) | |
Add basic error logging to the GPU
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj')
| -rw-r--r-- | Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj index 484e8682..e4343215 100644 --- a/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj +++ b/Ryujinx.Graphics.OpenGL/Ryujinx.Graphics.OpenGL.csproj @@ -10,6 +10,7 @@ </ItemGroup> <ItemGroup> + <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" /> <ProjectReference Include="..\Ryujinx.Graphics.GAL\Ryujinx.Graphics.GAL.csproj" /> <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" /> </ItemGroup> |
