WELCOME UNIVERSE ROMs

dimanche 12 juillet 2020

XENIA Emulator Config

How to use:
To change these options, open xenia.config.toml in a text editor like Notepad++. 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 you can use the --config launch parameter to specify what config to use.

To launch specific games add the path to the game before the launch options, for example:

xenia.exe path/to/game.iso --vsync=false

Misc
Run games as full/activated
license_mask = -1 or 1

Change game language:
user_language = #

1= EN (default)
2= JA
3= DE
4= FR
5= ES
6= IT
7= KO
8= ZH
9= PT
11= PL
12= RU
13= SV
14= TR
15= NB
16= NL
17= ZH
GPU
2x resolution scaling (up to 1440p) ONLY WITH ROV:
d3d12_resolution_scale = 2

ONLY 1-2X IS SUPPORTED. NOTHING ELSE!
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 does not work with the Halo games.
Disable ROV (rasterizer-ordered views)
d3d12_edram_rov = false

Disables rasterizer-ordered views. Recommended for AMD GPUs.
Vulkan:
gpu = 'vulkan'

Don't expect Vulkan to work.
Vulkan v2 (rewrite) doesn't do anything yet.