Updated Options (markdown)
This commit is contained in:
parent
609be50eaa
commit
49b796bb38
|
@ -3,12 +3,14 @@
|
||||||
# How to use:
|
# 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.
|
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.
|
||||||
|
|
||||||
|
For launchers/frontends like [Bottlenose](https://github.com/quinton-ashley/bottlenose) you can use the `--config` launch parameter to specify what config to use.
|
||||||
|
|
||||||
## Run games as full/activated
|
## Run games as full/activated
|
||||||
|
|
||||||
`license_mask = -1`
|
`license_mask = -1`
|
||||||
|
|
||||||
|
|
||||||
### 2x resolution scaling (up to 1440p) **ONLY WITH ROV**:
|
### 2x resolution scaling (up to 1440p) **ONLY WITH ROV**:
|
||||||
`d3d12_resolution_scale = 2`
|
`d3d12_resolution_scale = 2`
|
||||||
|
|
||||||
|
@ -48,7 +50,6 @@ To change these options, open `xenia.config.toml` in a text editor like [Notepad
|
||||||
* `17`= ZH
|
* `17`= ZH
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### All config options:
|
### All config options:
|
||||||
```
|
```
|
||||||
[APU]
|
[APU]
|
||||||
|
|
Loading…
Reference in New Issue