mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-08 00:16:27 -05:00
Remove debug configuration and schema (#2920)
The debug configuration can be created by the emulator and is an artefact of the past. I also took the liberty of removing the _schema.json file as most of the time it is left unused/outdated.
This commit is contained in:
@@ -44,9 +44,6 @@
|
||||
<None Update="alsoft.ini" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Config.json" Condition="'$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Profile Debug'">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="THIRDPARTY.md">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
Reference in New Issue
Block a user