Skip to content

Commit

Permalink
Merge pull request RetroPie#3813 from cmitu/esthemes-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
microplay-hub authored Nov 28, 2023
1 parent 1263ec7 commit 919c459
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scriptmodules/supplementary/esthemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ function install_theme_esthemes() {

mkdir -p "/etc/emulationstation/themes"
gitPullOrClone "/etc/emulationstation/themes/$name" "https://github.com/$repo/es-theme-$theme.git" "$branch"

# apply any patches for themes broken due to ES fixes
if [[ "$pixel_pos" == 1 && -f "$md_data/patch-$repo-$theme.diff" ]]; then
pushd "/etc/emulationstation/themes/$name"
applyPatch "$md_data/patch-$repo-$theme.diff"
popd
fi
}

function uninstall_theme_esthemes() {
Expand Down

0 comments on commit 919c459

Please sign in to comment.