Dolfie allows one to configure controllers in Dolphin Emulator using a controller
- Controller support
- Rumble to find controllers
- Argument passing (makes it perfect to use with a frontend like ES-DE or in Steam with Steam Rom Manager)
Download a release at https://github.com/Anti-Shulk/dolfie/releases
You should only need to compile this project for development.
- Install prerequisites for Tauri v1 https://tauri.app/v1/guides/getting-started/prerequisites
- Install prerequisites for rust-sdl2 https://github.com/Rust-SDL2/rust-sdl2. dolfie is compiled using bundled and static-link features, so you will need a C compiler. It may also require cmake on windows https://cmake.org/download/
Clone this project using git clone
Follow Tauri v1 guides at https://tauri.app/v1/guides/ for more information
Change directory to project directory and run
npm install
Then build project with one of the following
npm run tauri dev
npm run tauri build