Updated Options (markdown)
This commit is contained in:
parent
b1ff8661d1
commit
0c1e760721
12
Options.md
12
Options.md
|
@ -1,22 +1,23 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
|
||||||
* 2x resolution scaling (up to 1440p) **ONLY WITH ROV**: `d3d12_resolution_scale = 2`
|
## 2x resolution scaling (up to 1440p) **ONLY WITH ROV**: `d3d12_resolution_scale = 2`
|
||||||
|
|
||||||
* **ONLY 1-2X IS SUPPORTED. *NOT 1.5x!***
|
* **ONLY 1-2X IS SUPPORTED. *NOT 1.5x!***
|
||||||
|
|
||||||
* Uncap FPS: `vsync = false`
|
## Uncap FPS: `vsync = false`
|
||||||
|
|
||||||
* *This won't improve the framerate if your PC can't handle running the game at it's normal FPS.*
|
* *This won't improve the framerate if your PC can't handle running the game at it's normal FPS.*
|
||||||
|
|
||||||
* **This does not work with the Halo games.**
|
* **This does not work with the Halo games.**
|
||||||
|
|
||||||
* Vulkan: `gpu = vulkan`
|
## Vulkan: `gpu = vulkan`
|
||||||
|
|
||||||
* **Don't expect Vulkan to work.**
|
* **Don't expect Vulkan to work.**
|
||||||
* *Vulkan v2 (rewrite) doesn't do anything yet.*
|
* *Vulkan v2 (rewrite) doesn't do anything yet.*
|
||||||
|
|
||||||
* Change game language: `game_language = #`
|
## Change game language: `game_language = #`
|
||||||
|
|
||||||
* `1`= EN (default)
|
* `1`= EN (default)
|
||||||
* `2`= JP
|
* `2`= JP
|
||||||
|
@ -27,9 +28,10 @@ To change these options, open `xenia.config.toml` in a text editor like [Notepad
|
||||||
* `7`= KR
|
* `7`= KR
|
||||||
* `8`= CN
|
* `8`= CN
|
||||||
|
|
||||||
|
|
||||||
Last updated https://github.com/xenia-project/xenia/commit/834ced0d6375404b41c21ea75d9f76855c8e42d6.
|
Last updated https://github.com/xenia-project/xenia/commit/834ced0d6375404b41c21ea75d9f76855c8e42d6.
|
||||||
|
|
||||||
All config options:
|
# All config options:
|
||||||
```
|
```
|
||||||
[APU]
|
[APU]
|
||||||
apu = 'any' # Audio system. Use: [any, nop, xaudio2]
|
apu = 'any' # Audio system. Use: [any, nop, xaudio2]
|
||||||
|
|
Loading…
Reference in New Issue