diff --git a/to-be-deleted/start-citra.sh b/to-be-deleted/start-citra.sh deleted file mode 100644 index f551da09..00000000 --- a/to-be-deleted/start-citra.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - citra-qt -fi \ No newline at end of file diff --git a/to-be-deleted/start-dolphin.sh b/to-be-deleted/start-dolphin.sh deleted file mode 100644 index 99d1a671..00000000 --- a/to-be-deleted/start-dolphin.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - dolphin-emu -fi \ No newline at end of file diff --git a/to-be-deleted/start-melonds.sh b/to-be-deleted/start-melonds.sh deleted file mode 100644 index eec54c16..00000000 --- a/to-be-deleted/start-melonds.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - melonDS -fi \ No newline at end of file diff --git a/to-be-deleted/start-pcsx2.sh b/to-be-deleted/start-pcsx2.sh deleted file mode 100644 index 4d2a7b69..00000000 --- a/to-be-deleted/start-pcsx2.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - pcsx2 -fi \ No newline at end of file diff --git a/to-be-deleted/start-ppsspp.sh b/to-be-deleted/start-ppsspp.sh deleted file mode 100644 index 6343ba15..00000000 --- a/to-be-deleted/start-ppsspp.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - PPSSPPSDL -fi \ No newline at end of file diff --git a/to-be-deleted/start-retroarch.sh b/to-be-deleted/start-retroarch.sh deleted file mode 100644 index 5e3111e7..00000000 --- a/to-be-deleted/start-retroarch.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the RetroArch configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - retroarch -fi \ No newline at end of file diff --git a/to-be-deleted/start-rpcs3.sh b/to-be-deleted/start-rpcs3.sh deleted file mode 100644 index d560b202..00000000 --- a/to-be-deleted/start-rpcs3.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - rpcs3 -fi \ No newline at end of file diff --git a/to-be-deleted/start-splore.sh b/to-be-deleted/start-splore.sh deleted file mode 100644 index 0803b113..00000000 --- a/to-be-deleted/start-splore.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ -d ~/retrodeck/roms/pico-8 ]; then - pico_folder=~/retrodeck/roms/pico-8 -elif [ -d /run/media/mmcblk0p1/retrodeck/roms/pico-8 ]; then - pico_folder=/run/media/mmcblk0p1/retrodeck/roms/pico-8 -fi - -echo $pico_folder > ~/retrodeck/.logs/retrodeck.log -~/retrodeck/bios/pico-8/pico8 -desktop ~/retrodeck/screenshots -windowed 0 -home ~/retrodeck/bios/pico-8 -root_path $pico_folder -splore >> ~/retrodeck/.logs/retrodeck.log diff --git a/to-be-deleted/start-yuzu.sh b/to-be-deleted/start-yuzu.sh deleted file mode 100644 index e9150ff0..00000000 --- a/to-be-deleted/start-yuzu.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -zenity --title "RetroDECK" --question --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --text="Doing some changes in the emulator's configuration may create serious issues,\nplease continue only if you know what you're doing.\n\nDo you want to continue?" -if [ $? == 0 ] -then - yuzu -fi \ No newline at end of file