mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
ES-DE doesn't like gamelists in RO apparently
This commit is contained in:
parent
f8aac040f6
commit
42743eeaac
|
@ -1716,6 +1716,11 @@ easter_eggs() {
|
||||||
cp -fv "$new_splash_file" "$current_splash_file" # Deploy assigned splash screen
|
cp -fv "$new_splash_file" "$current_splash_file" # Deploy assigned splash screen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tools_init() {
|
||||||
|
mkdir -pv /var/config/emulationstation/.emulationstation/gamelists/tools/
|
||||||
|
cp -fv /app/retrodeck/tools-gamelist.xml /var/config/emulationstation/.emulationstation/gamelists/tools/gamelist.xml
|
||||||
|
}
|
||||||
|
|
||||||
start_retrodeck() {
|
start_retrodeck() {
|
||||||
echo "Checking to see if today has a surprise..."
|
echo "Checking to see if today has a surprise..."
|
||||||
easter_eggs
|
easter_eggs
|
||||||
|
|
|
@ -77,7 +77,7 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
VERSION="0.6.5b"
|
VERSION="0.6.5b"
|
||||||
|
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
|
@ -1080,7 +1080,7 @@ modules:
|
||||||
- mkdir -p /app/tools
|
- mkdir -p /app/tools
|
||||||
- cp tools/configurator.sh /app/tools/configurator.sh
|
- cp tools/configurator.sh /app/tools/configurator.sh
|
||||||
- chmod +x /app/tools/configurator.sh
|
- chmod +x /app/tools/configurator.sh
|
||||||
- cp es-configs/tools-gamelist.xml /app/tools/gamelist.xml
|
- cp es-configs/tools-gamelist.xml /app/retrodeck/tools-gamelist.xml
|
||||||
|
|
||||||
# Function libraries
|
# Function libraries
|
||||||
- mkdir -p /app/libexec
|
- mkdir -p /app/libexec
|
||||||
|
|
|
@ -36,7 +36,7 @@ post_update() {
|
||||||
# - Put Dolphin and Primehack save states in different folders inside $rd_home/states
|
# - Put Dolphin and Primehack save states in different folders inside $rd_home/states
|
||||||
# - Fix symlink to hard-coded PICO-8 config folder (dir_prep doesn't like ~)
|
# - Fix symlink to hard-coded PICO-8 config folder (dir_prep doesn't like ~)
|
||||||
# - Overwrite Citra and Yuzu configs, as controller mapping was broken due to emulator updates.
|
# - Overwrite Citra and Yuzu configs, as controller mapping was broken due to emulator updates.
|
||||||
|
|
||||||
dir_prep "$rdhome/states/dolphin" "/var/data/dolphin-emu/StateSaves"
|
dir_prep "$rdhome/states/dolphin" "/var/data/dolphin-emu/StateSaves"
|
||||||
dir_prep "$rdhome/states/primehack" "/var/data/primehack/StateSaves"
|
dir_prep "$rdhome/states/primehack" "/var/data/primehack/StateSaves"
|
||||||
|
|
||||||
|
@ -95,6 +95,7 @@ post_update() {
|
||||||
|
|
||||||
# The following commands are run every time.
|
# The following commands are run every time.
|
||||||
|
|
||||||
|
tools_init
|
||||||
update_splashscreens
|
update_splashscreens
|
||||||
update_rd_conf
|
update_rd_conf
|
||||||
) |
|
) |
|
||||||
|
|
Loading…
Reference in a new issue