implement game loading

This commit is contained in:
emmaus 2018-10-05 11:43:22 +00:00
parent d836948842
commit f48c0e91a5

View file

@ -17,6 +17,14 @@
<Folder Include="UI\Views\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
<ProjectReference Include="..\Ryujinx\Ryujinx.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="UI\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>