Skip to content

Commit fcdaed7

Browse files
authored
Update crispy-doom.sh
changing to a older commit to fix SDL error
1 parent a1e95e8 commit fcdaed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/ports/crispy-doom.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_id="crispy-doom"
1414
rp_module_desc="Crispy Doom - Enhanced port of the official DOOM source"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/fabiangreffrath/crispy-doom/master/COPYING"
1616
rp_module_help="Please add your iWAD files to $romdir/ports/doom/ and reinstall crispy-doom to create entries for each game to EmulationStation. Run 'crispy-setup' to configure your controls and options."
17-
rp_module_repo="git https://github.com/fabiangreffrath/crispy-doom.git master"
17+
rp_module_repo="git https://github.com/fabiangreffrath/crispy-doom.git master cb20512"
1818
rp_module_section="exp"
1919
rp_module_flags="!mali !x86"
2020

@@ -106,4 +106,4 @@ function configure_crispy-doom() {
106106
[[ "$md_mode" == "install" ]] && game_data_doom
107107
[[ "$md_mode" == "remove" ]] && return
108108

109-
}
109+
}

0 commit comments

Comments
 (0)