Update Ryujinx.Graphics
This commit is contained in:
parent
c533716e5d
commit
bae5a93e3a
6 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
using ChocolArm64.Memory;
|
||||
using ARMeilleure.Memory;
|
||||
using OpenTK.Graphics.OpenGL;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using Ryujinx.Graphics.Memory;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using ChocolArm64.Memory;
|
||||
using ARMeilleure.Memory;
|
||||
using Ryujinx.Common;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using Ryujinx.Graphics.Memory;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using ChocolArm64.Memory;
|
||||
using ARMeilleure.Memory;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using System;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using ChocolArm64.Memory;
|
||||
using ARMeilleure.Memory;
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
namespace Ryujinx.Graphics.Memory
|
||||
|
|
|
@ -32,8 +32,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
|
||||
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
||||
<ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" />
|
||||
<ProjectReference Include="..\Ryujinx.Profiler\Ryujinx.Profiler.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using ChocolArm64.Memory;
|
||||
using ARMeilleure.Memory;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using Ryujinx.Graphics.Memory;
|
||||
using Ryujinx.Graphics.Texture;
|
||||
|
|
Loading…
Add table
Reference in a new issue