@@ -128,14 +128,14 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
128128 dir_prep " $texture_packs_path /retroarch-core/Mesen/HdPacks" " $bios_path /HdPacks"
129129 dir_prep " $texture_packs_path /retroarch-core/Mupen64Plus/cache" " $bios_path /Mupen64plus/cache"
130130 dir_prep " $texture_packs_path /retroarch-core/Mupen64Plus/hires_texture" " $bios_path /Mupen64plus/hires_texture"
131- # dir_prep "$texture_packs_path/retroarch-core/Citra/textures" "$XDG_CONFIG_HOME/retroarch/saves/Citra/load/textures"
132- # dir_prep "$texture_packs_path/retroarch-core/Dolphin/Textures" "$XDG_CONFIG_HOME/retroarch/saves/dolphin-emu/User/Load/Textures/"
133- # dir_prep "$texture_packs_path/retroarch-core/PPSSPP/TEXTURES" "$XDG_CONFIG_HOME/retroarch/saves/PPSSPP/PSP/TEXTURES"
131+ dir_prep " $texture_packs_path /retroarch-core/Citra/textures" " $XDG_CONFIG_HOME /retroarch/saves/Citra/load/textures"
132+ dir_prep " $texture_packs_path /retroarch-core/Dolphin/Textures" " $XDG_CONFIG_HOME /retroarch/saves/dolphin-emu/User/Load/Textures/"
133+ dir_prep " $texture_packs_path /retroarch-core/PPSSPP/TEXTURES" " $XDG_CONFIG_HOME /retroarch/saves/PPSSPP/PSP/TEXTURES"
134134 dir_prep " $texture_packs_path /retroarch-core/Flycast/textures" " $bios_path /dc/textures"
135135
136136 # Mods
137- # dir_prep "$mods_path/retroarch-core/Citra/mods" "$XDG_CONFIG_HOME/retroarch/saves/Citra/load/mods"
138- # dir_prep "$mods_path/retroarch-core/Dolphin/GraphicMods" "$XDG_CONFIG_HOME/retroarch/saves/dolphin-emu/User/Load/GraphicMods"
137+ dir_prep " $mods_path /retroarch-core/Citra/mods" " $XDG_CONFIG_HOME /retroarch/saves/Citra/load/mods"
138+ dir_prep " $mods_path /retroarch-core/Dolphin/GraphicMods" " $XDG_CONFIG_HOME /retroarch/saves/dolphin-emu/User/Load/GraphicMods"
139139fi
140140
141141if [[ " $action " == " postmove" ]]; then # Run only post-move commands
@@ -160,21 +160,20 @@ if [[ "$action" == "postmove" ]]; then # Run only post-move commands
160160 dir_prep " $texture_packs_path /retroarch-core/Mesen/HdPacks" " $bios_path /HdPacks"
161161 dir_prep " $texture_packs_path /retroarch-core/Mupen64Plus/cache" " $bios_path /Mupen64plus/cache"
162162 dir_prep " $texture_packs_path /retroarch-core/Mupen64Plus/hires_texture" " $bios_path /Mupen64plus/hires_texture"
163- # dir_prep "$texture_packs_path/retroarch-core/Citra/textures" "$XDG_CONFIG_HOME/retroarch/saves/Citra/load/textures"
164- # dir_prep "$texture_packs_path/retroarch-core/Dolphin/Textures" "$XDG_CONFIG_HOME/retroarch/saves/dolphin-emu/User/Load/Textures/"
165- # dir_prep "$texture_packs_path/retroarch-core/PPSSPP/TEXTURES" "$XDG_CONFIG_HOME/retroarch/saves/PPSSPP/PSP/TEXTURES"
163+ dir_prep " $texture_packs_path /retroarch-core/Citra/textures" " $XDG_CONFIG_HOME /retroarch/saves/Citra/load/textures"
164+ dir_prep " $texture_packs_path /retroarch-core/Dolphin/Textures" " $XDG_CONFIG_HOME /retroarch/saves/dolphin-emu/User/Load/Textures/"
165+ dir_prep " $texture_packs_path /retroarch-core/PPSSPP/TEXTURES" " $XDG_CONFIG_HOME /retroarch/saves/PPSSPP/PSP/TEXTURES"
166166 dir_prep " $texture_packs_path /retroarch-core/Flycast/textures" " $bios_path /dc/textures"
167167
168168 # Cheats
169169 dir_prep " $cheats_path /retroarch-core/fbneo" " $bios_path /fbneo/cheats"
170170
171171 # Shaders
172172 dir_prep " $shaders_path /retroarch-core/fbneo/blend" " $bios_path /fbneo/blend"
173- # dir_prep "$shaders_path/retroarch/shaders" "$XDG_CONFIG_HOME/retroarch/shaders"
174173
175174 # Mods
176- # dir_prep "$mods_path/retroarch-core/Citra/mods" "$XDG_CONFIG_HOME/retroarch/saves/Citra/load/mods"
177- # dir_prep "$mods_path/retroarch-core/Dolphin/GraphicMods" "$XDG_CONFIG_HOME/retroarch/saves/dolphin-emu/User/Load/GraphicMods"
175+ dir_prep " $mods_path /retroarch-core/Citra/mods" " $XDG_CONFIG_HOME /retroarch/saves/Citra/load/mods"
176+ dir_prep " $mods_path /retroarch-core/Dolphin/GraphicMods" " $XDG_CONFIG_HOME /retroarch/saves/dolphin-emu/User/Load/GraphicMods"
178177 dir_prep " $mods_path /retroarch-core/fbneo/patched" " $bios_path /fbneo/patched"
179178 dir_prep " $mods_path /retroarch-core/fbneo/ips" " $bios_path /fbneo/ips"
180179 dir_prep " $mods_path /retroarch-core/fbneo/romdata" " $bios_path /fbneo/romdata"
0 commit comments