Updated Options (markdown)

This commit is contained in:
Margen67 2020-03-29 23:55:56 -07:00
parent 58275e30f9
commit b6e41997e8
1 changed files with 28 additions and 30 deletions

View File

@ -12,14 +12,13 @@
```
#
### Options:
#### Run games as full/activated
#### Run games as full/activated:
| `license_mask` = | `#`
| ---------------- | ---
| Deactivated/trial/demo mode *(default)* | `0`
| Activated/full mode | `-1` or `1`
#### Game language
#### Game language:
| `user_language` = | `#`
| ----------------- | :-:
| EN (English, *default*) | `1`
@ -40,8 +39,29 @@
| ZH (Simplified Chinese/简体中文) | `17`
### 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`
| ------- | -------
| Any *(default, **recommended**)* | `any`
@ -50,29 +70,7 @@
| Vulkan rewrite *(non-functional)* | `vk`
| Null *(blank/nothing)* | `null`
#### Resolution scaling ***(REQUIRES ROV)***:
| `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 (Input):
| `hid` = | `string`
| ------- | --------
| Any *(default)* | `any`