From 6624b4cba41db689c2c9ccb91252d9cc8d002d6e Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 14 Mar 2023 16:27:47 -0400 Subject: [PATCH] Move some files around --- {tools => emu-configs/defaults/retrodeck}/bios_checklist.cfg | 0 .../defaults/retrodeck}/easter_egg_checklist.cfg | 0 global.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {tools => emu-configs/defaults/retrodeck}/bios_checklist.cfg (100%) rename {tools => emu-configs/defaults/retrodeck}/easter_egg_checklist.cfg (100%) diff --git a/tools/bios_checklist.cfg b/emu-configs/defaults/retrodeck/bios_checklist.cfg similarity index 100% rename from tools/bios_checklist.cfg rename to emu-configs/defaults/retrodeck/bios_checklist.cfg diff --git a/tools/easter_egg_checklist.cfg b/emu-configs/defaults/retrodeck/easter_egg_checklist.cfg similarity index 100% rename from tools/easter_egg_checklist.cfg rename to emu-configs/defaults/retrodeck/easter_egg_checklist.cfg diff --git a/global.sh b/global.sh index a41c7a8c..f5128d0e 100755 --- a/global.sh +++ b/global.sh @@ -10,9 +10,9 @@ rd_conf_backup="/var/config/retrodeck/retrodeck.bak" emuconfigs="/app/retrodeck/emu-configs" # folder with all the default emulator configs rd_defaults="$emuconfigs/defaults/retrodeck/retrodeck.cfg" # A default RetroDECK config file rd_update_patch="/var/config/retrodeck/rd_update.patch" # A static location for the temporary patch file used during retrodeck.cfg updates -bios_checklist="/var/config/retrodeck/tools/bios_checklist.cfg" # A config file listing BIOS file information that can be verified +bios_checklist="$emuconfigs/defaults/retrodeck/bios_checklist.cfg" # A config file listing BIOS file information that can be verified compression_targets="$emuconfigs/defaults/retrodeck/compression_targets.cfg" # A config file containing supported compression types per system -easter_egg_checklist="/var/config/retrodeck/tools/easter_egg_checklist.cfg" # A config file listing days and times when special splash screens should show up +easter_egg_checklist="$emuconfigs/defaults/retrodeck/easter_egg_checklist.cfg" # A config file listing days and times when special splash screens should show up splashscreen_dir="/var/config/emulationstation/.emulationstation/resources/graphics/extra-splashes" # The default location of extra splash screens current_splash_file="/var/config/emulationstation/.emulationstation/resources/graphics/splash.svg" # The active splash file that will be shown on boot default_splash_file="/var/config/emulationstation/.emulationstation/resources/graphics/splash-orig.svg" # The default RetroDECK splash screen