misc: Move systems-like classes out of the base of the Ryujinx project and into Ryujinx.Ava.Systems

This commit is contained in:
Evan Husted 2025-03-05 22:27:37 -06:00
parent 109f0fc659
commit 638c616ab7
13 changed files with 34 additions and 29 deletions

View file

@ -91,10 +91,12 @@
<Content Include="..\..\distribution\legal\THIRDPARTY.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>THIRDPARTY.md</TargetPath>
<Visible>False</Visible>
</Content>
<Content Include="..\..\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>LICENSE.txt</TargetPath>
<Visible>False</Visible>
</Content>
</ItemGroup>