Skip to content

Commit a1e95e8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/ports/crispy-doom-system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_id="crispy-doom-system"
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-system 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

@@ -68,4 +68,4 @@ function configure_crispy-doom-system() {
6868

6969
[[ "$md_mode" == "install" ]] && game_data_doom
7070
[[ "$md_mode" == "remove" ]] && return
71-
}
71+
}

0 commit comments

Comments
 (0)