Update the Ryujinx project to use ARMeilleure

This commit is contained in:
gdkchan 2019-08-01 20:55:03 -03:00
parent 6c54009f23
commit a1a589d31e
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
using ARMeilleure;
using LibHac.Fs;
using OpenTK.Input;
using Ryujinx.Common;

View file

@ -24,12 +24,12 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
<ProjectReference Include="..\Ryujinx.Profiler\Ryujinx.Profiler.csproj" />
<ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" />
</ItemGroup>
<ItemGroup>