Dolfie

Dolfie allows one to configure controllers in Dolphin Emulator using a controller

Dolfie Screenshots with sidebar on left side and a main menu called configure controllers

Features

  • 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)

Install

Download a release at https://github.com/Anti-Shulk/dolfie/releases

Compilation

You should only need to compile this project for development.

Prerequisites

Clone Project

Clone this project using git clone

Follow guide

Follow Tauri v1 guides at https://tauri.app/v1/guides/ for more information

Compile

Change directory to project directory and run

npm install

Then build project with one of the following

Development build

npm run tauri dev

Release build

npm run tauri build