Update Options.mediawiki
This commit is contained in:
parent
52bb0aec4f
commit
da9bda48f2
|
@ -4,6 +4,7 @@ __TOC__
|
|||
# Run xenia if you haven't before.
|
||||
# [https://social.technet.microsoft.com/wiki/contents/articles/1784.windows-how-to-view-file-name-extensions.aspx Show file name extensions in Explorer].
|
||||
# Go to <code>Documents\Xenia</code> and open <code>xenia.config.toml</code> in a text editor like [https://notepad-plus-plus.org/download/ Notepad++].
|
||||
#* The config should be saved while Xenia is closed to prevent it from being overwritten.
|
||||
#* If a <code>portable.txt</code> file is present in the same directory as xenia.exe it will be in the same directory as xenia.exe.
|
||||
#* Per-game configs go in <code>config\TitleID.config.toml</code>. Note that '''per-game configs are highly unstable''', only very few options can be changed from it safely or at all, as most emulator subsystems are initialized before per-game configs are loaded.
|
||||
# For launchers/frontends like [https://github.com/quinton-ashley/bottlenose Bottlenose] you can use the <code>--config</code> launch parameter to specify what config to use.
|
||||
|
@ -267,6 +268,8 @@ Allow texture and vertex fetch constants with invalid type - generally unsafe be
|
|||
** https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Acpu-unimplemented-instruction
|
||||
|
||||
= Canary =
|
||||
Newer Canary versions always have the config in the same place as the executable.
|
||||
|
||||
{|
|
||||
! Description
|
||||
! Filename
|
||||
|
|
Loading…
Reference in New Issue