We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3569c6 commit 9d66cabCopy full SHA for 9d66cab
1 file changed
retroarch/component_functions.sh
@@ -23,7 +23,7 @@ retroarch_updater() {
23
24
log i "Updating filters..."
25
create_dir "$shaders_path/retroarch/filters"
26
- tar -h -xzf "$retroarch_extras_path/filters.tar.gz" -C "$shaders_path/retroarch/filters" --overwrite && log d "RetroArch shaders updated correctly"
+ tar -h -xzf "$retroarch_extras_path/filters.tar.gz" -C "$shaders_path/retroarch/filters" --overwrite && log d "RetroArch filters updated correctly"
27
28
log i "Updating cheats..."
29
create_dir "$cheats_path/retroarch"
0 commit comments