mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
DOLPHIN: new logic, make retrodeck.sh initalize the emu-config
This commit is contained in:
parent
2fa3440b5c
commit
b7e05a4406
|
@ -988,9 +988,9 @@ modules:
|
||||||
# Desktop entry
|
# Desktop entry
|
||||||
- cp com.xargon.retrodeck.desktop /app/share/applications/com.xargon.retrodeck.desktop
|
- cp com.xargon.retrodeck.desktop /app/share/applications/com.xargon.retrodeck.desktop
|
||||||
|
|
||||||
# Configuring Dolphin
|
# Configuring Initializing emu-configs (Dolphin)
|
||||||
- mkdir -p /var/config/dolphin-emu/
|
- mkdir -p ${FLATPAK_DEST}/retrodeck/emu-configs
|
||||||
- cp Dolphin.ini /var/config/dolphin-emu/Dolphin.ini
|
- cp Dolphin.ini ${FLATPAK_DEST}/retrodeck/emu-configs
|
||||||
|
|
||||||
#cleanup: ['*']
|
#cleanup: ['*']
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -72,6 +72,12 @@ then
|
||||||
mkdir -p /var/config/retroarch/cores/
|
mkdir -p /var/config/retroarch/cores/
|
||||||
cp /app/share/libretro/cores/* /var/config/retroarch/cores/
|
cp /app/share/libretro/cores/* /var/config/retroarch/cores/
|
||||||
|
|
||||||
|
# Initializing standalone emulators configs
|
||||||
|
|
||||||
|
#Dolphin
|
||||||
|
mkdir -p /var/config/dolphin-emu/
|
||||||
|
cp /var/config/retroarch/emu-configs/Dolphin.ini /var/config/dolphin-emu/Dolphin.ini
|
||||||
|
|
||||||
touch ~/retrodeck/.lock
|
touch ~/retrodeck/.lock
|
||||||
|
|
||||||
kdialog --title "RetroDECK" --msgbox "Initialization completed.\nplease put your roms in:\n\n$roms_folder\n\nand your bioses in\n\n~/retrodeck/bios\n\nThen start the program again.\nIf you wish to change the roms location, you may use the tool located the tools section of RetroDECK.\n\nIt's suggested to add RetroDECK to your Steam Library for a quick access."
|
kdialog --title "RetroDECK" --msgbox "Initialization completed.\nplease put your roms in:\n\n$roms_folder\n\nand your bioses in\n\n~/retrodeck/bios\n\nThen start the program again.\nIf you wish to change the roms location, you may use the tool located the tools section of RetroDECK.\n\nIt's suggested to add RetroDECK to your Steam Library for a quick access."
|
||||||
|
|
Loading…
Reference in a new issue