Bonus application configurations
Go to file
2024-10-05 10:00:18 -07:00
AppConfig Thunks: Enable Vulkan for Risk of Rain Returns 2024-10-05 17:05:26 +02:00
Readme.md Initial commit 2022-11-19 15:24:38 -08:00

Additional application configuration files for FEX-Emu

Quick start

  • Clone this repository and copy the AppConfig folder in to the appropriate location.

    • git clone https://github.com/FEX-Emu/AppConfig.git
  • Config directory can be one of the following folders

    • $HOME/.fex-emu/
      • For local install
    • $XDG_DATA_HOME/.fex-emu/
      • If using XDG
    • /usr/share/fex-emu/
      • For global install

Documentation

Any game added to the repository should have reflected documentation on the FEX-Emu wiki

The wiki page should be created first before a PR is created.

Required testing

If enabling thunks in a configuration

  • The thunk MUST have been tested on an AArch64 board running FEX. Due to behaviour differences it is not good enough to have tested thunks on an x86-64 host.

  • The thunk MUST have a testing report on the wiki, and the appropriate page formatting to go along with it.