Config: Rename to .jsonc to avoid highlighting issues in VSC and GitHub
This commit is contained in:
parent
8d1ae04f63
commit
c7735aa66d
5 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Config File
|
## Config File
|
||||||
|
|
||||||
`Config.json` should be present in executable folder. The available settings follow:
|
`Config.jsonc` should be present in executable folder. The available settings follow:
|
||||||
|
|
||||||
- `Logging_Enable_Info` *(bool)*
|
- `Logging_Enable_Info` *(bool)*
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ or just drag'n'drop the homebrew *.NRO / *.NSO or the game *.NSP / *.XCI on the
|
||||||
|
|
||||||
- Controller Input is supported, see [CONFIG.md](CONFIG.md)
|
- Controller Input is supported, see [CONFIG.md](CONFIG.md)
|
||||||
|
|
||||||
- Config File: `Config.json` should be present in executable folder.
|
- Config File: `Config.jsonc` should be present in executable folder.
|
||||||
For more information [you can go here](CONFIG.md).
|
For more information [you can go here](CONFIG.md).
|
||||||
|
|
||||||
**Help**
|
**Help**
|
||||||
|
|
|
@ -20,7 +20,7 @@ namespace Ryujinx
|
||||||
|
|
||||||
Switch device = new Switch(renderer, audioOut);
|
Switch device = new Switch(renderer, audioOut);
|
||||||
|
|
||||||
Configuration.Load("Config.json");
|
Configuration.Load("Config.jsonc");
|
||||||
Configuration.Configure(device);
|
Configuration.Configure(device);
|
||||||
|
|
||||||
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="Config.json">
|
<None Update="Config.jsonc">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue