https://github.com/fex-emu/appconfig
Bonus application configurations
https://github.com/fex-emu/appconfig
Last synced: over 1 year ago
JSON representation
Bonus application configurations
- Host: GitHub
- URL: https://github.com/fex-emu/appconfig
- Owner: FEX-Emu
- Created: 2022-11-19T23:07:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T17:00:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T16:57:47.543Z (over 1 year ago)
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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](https://wiki.fex-emu.com/index.php/Main_Page)
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.