Skip to content
pent0 edited this page May 1, 2019 · 2 revisions

Vita3K supports configuration through config file (YAML). The config file will be generated on the first run of Vita3K (with and without command-line arguments), and should be in the same directory as where your executable is.

All availables configuration

  • log-imports: Log all imports (dev)

  • log-exports: Log all exports (dev)

  • log-active-shaders: Log emitted shaders (dev)

  • log-uniforms: Log uniforms (dev)

  • pstv-mode: Set to true if you want games to recognizes the emulator as PSTV

  • lle-modules: A list of modules you want to run natively. Most used is libpgf

  • log-level: (dev)

  • pref-path: Custom install/VFS directory. Normally Vita3K installs and stores your game data in C:\Users\XXX\AppData\Roaming\Vita3K\Vita3K (on Windows), if you want your game data to install to another folder, this should be presents

  • background-image: The path to the image you want Vita3k to use as the background.

  • background-alpha: The alpha of the background (0.0 to 1.0).

    Result:

Clone this wiki locally