Updated Options (markdown)
This commit is contained in:
parent
58275e30f9
commit
b6e41997e8
52
Options.md
52
Options.md
|
@ -12,14 +12,13 @@
|
||||||
```
|
```
|
||||||
#
|
#
|
||||||
### Options:
|
### Options:
|
||||||
|
#### Run games as full/activated:
|
||||||
#### Run games as full/activated
|
|
||||||
| `license_mask` = | `#`
|
| `license_mask` = | `#`
|
||||||
| ---------------- | ---
|
| ---------------- | ---
|
||||||
| Deactivated/trial/demo mode *(default)* | `0`
|
| Deactivated/trial/demo mode *(default)* | `0`
|
||||||
| Activated/full mode | `-1` or `1`
|
| Activated/full mode | `-1` or `1`
|
||||||
|
|
||||||
#### Game language
|
#### Game language:
|
||||||
| `user_language` = | `#`
|
| `user_language` = | `#`
|
||||||
| ----------------- | :-:
|
| ----------------- | :-:
|
||||||
| EN (English, *default*) | `1`
|
| EN (English, *default*) | `1`
|
||||||
|
@ -40,8 +39,29 @@
|
||||||
| ZH (Simplified Chinese/简体中文) | `17`
|
| ZH (Simplified Chinese/简体中文) | `17`
|
||||||
|
|
||||||
### GPU:
|
### GPU:
|
||||||
|
#### D3D12:
|
||||||
|
##### [ROV (rasterizer-ordered views)](https://github.com/xenia-project/xenia/wiki/FAQ#what-is-rov):
|
||||||
|
| `d3d12_edram_rov` = | `bool`
|
||||||
|
| ------------------- | ------
|
||||||
|
| On *(if available)* | `true`
|
||||||
|
| Off *(recommended for AMD GPUs)* | `false`
|
||||||
|
|
||||||
#### Renderer/Backend:
|
##### Resolution scaling ***(REQUIRES ROV)***:
|
||||||
|
| `d3d12_resolution_scale` = | `#`
|
||||||
|
| -------------------------- | ---
|
||||||
|
| 1x (*default*, 1280x720) | `1`
|
||||||
|
| 2x (2560x1440) | `2`
|
||||||
|
|
||||||
|
#### Misc:
|
||||||
|
##### Vsync:
|
||||||
|
| `vsync` = | `bool`
|
||||||
|
| --------- | ------
|
||||||
|
| On *(default)* | `true`
|
||||||
|
| Off *(uncaps FPS)* | `false`
|
||||||
|
* *This won't improve the framerate if your PC can't handle running the game at it's native FPS.*
|
||||||
|
* *This doesn't work with all games, including Halo 3/ODST/Reach/4.*
|
||||||
|
|
||||||
|
##### Renderer/Backend:
|
||||||
| `gpu` = | `string`
|
| `gpu` = | `string`
|
||||||
| ------- | -------
|
| ------- | -------
|
||||||
| Any *(default, **recommended**)* | `any`
|
| Any *(default, **recommended**)* | `any`
|
||||||
|
@ -50,29 +70,7 @@
|
||||||
| Vulkan rewrite *(non-functional)* | `vk`
|
| Vulkan rewrite *(non-functional)* | `vk`
|
||||||
| Null *(blank/nothing)* | `null`
|
| Null *(blank/nothing)* | `null`
|
||||||
|
|
||||||
#### Resolution scaling ***(REQUIRES ROV)***:
|
### HID (Input):
|
||||||
| `d3d12_resolution_scale` = | `#`
|
|
||||||
| -------------------------- | ---
|
|
||||||
| 1x (*default*, 1280x720) | `1`
|
|
||||||
| 2x (2560x1440) | `2`
|
|
||||||
|
|
||||||
#### Vsync:
|
|
||||||
| `vsync` = | `bool`
|
|
||||||
| --------- | ------
|
|
||||||
| On *(default)* | `true`
|
|
||||||
| Off *(uncaps FPS)* | `false`
|
|
||||||
* *This won't improve the framerate if your PC can't handle running the game at it's native FPS.*
|
|
||||||
* *This doesn't work with the Halo games.*
|
|
||||||
|
|
||||||
#### [ROV (rasterizer-ordered views)](https://github.com/xenia-project/xenia/wiki/FAQ#what-is-rov):
|
|
||||||
| `d3d12_edram_rov` = | `bool`
|
|
||||||
| ------------------- | ------
|
|
||||||
| On *(if available)* | `true`
|
|
||||||
| Off *(recommended for AMD GPUs)* | `false`
|
|
||||||
|
|
||||||
### Input:
|
|
||||||
|
|
||||||
#### HID
|
|
||||||
| `hid` = | `string`
|
| `hid` = | `string`
|
||||||
| ------- | --------
|
| ------- | --------
|
||||||
| Any *(default)* | `any`
|
| Any *(default)* | `any`
|
||||||
|
|
Loading…
Reference in New Issue