Per-game config folder changed

This commit is contained in:
Triang3l 2020-03-13 09:49:43 +03:00
parent cfcb4c60a9
commit d68642b1d5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
### How to use:
To change these options, open `xenia.config.toml` in a text editor like [Notepad++](https://notepad-plus-plus.org/download/). It will be in `Documents\Xenia` by default. If `portable.txt` is present it will be in the same directory as xenia.exe.
You can make per-game configs by placing `xenia.config.toml` in the `content\TitleID` folder.
You can make per-game configs by placing `config\TitleID.config.toml` in `Documents\Xenia`.
For launchers/frontends like [Bottlenose](https://github.com/quinton-ashley/bottlenose) you can use the `--config` launch parameter to specify what config to use.