RobLoach / libretro-dolphin-launcher

Launch Dolphin from RetroArch/libretro
MIT License
39 stars 22 forks source link

[Request] Persistent config #10

Open CoalaJoe opened 7 years ago

CoalaJoe commented 7 years ago

EDIT: Create a UserFolder and link it with -u parameter. This way you can add stuff like custom textures.

RobLoach commented 7 years ago
Usage: dolphin-emu [-h] [-d] [-l] [-e <str>] [-b] [-V <str>] [-A <str>] [-m <str>] [-U <str>]
  -h, --help                    Show this help message
  -d, --debugger                Opens the debugger
  -l, --logger                  Opens the logger
  -e, --exec=<str>              Loads the specified file (DOL,ELF,GCM,ISO,WAD)
  -b, --batch                   Exit Dolphin with emulator
  -V, --video_backend=<str>     Specify a video backend
  -A, --audio_emulation=<str>   Low level (LLE) or high level (HLE) audio
  -m, --movie=<str>             Play a movie file
  -U, --user=<str>              User folder path

--user?

CoalaJoe commented 7 years ago

Yes.

CoalaJoe commented 7 years ago

Found out where it stores its configuration and where you can put the custom textures. I'll add it later.

CoalaJoe commented 7 years ago

The directory is ~/.local/dolphin-emu/ instead of ~/.dolphin-emu. Maybe this is a bug or just an odd behaviour of dolphin-emu?