Skip to content

Commit 552ad8e

Browse files
committed
lr-prboom: workaround a recent regression
Until [1] is resolved - one way or another - use a good known commit to build the PrBoom core. Upstream core is relatively static, so we're not loosing much for pinning the version. [1] libretro/libretro-prboom#181
1 parent 80e8a85 commit 552ad8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptmodules/libretrocores/lr-prboom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="lr-prboom"
1313
rp_module_desc="Doom/Doom II engine - PrBoom port for libretro"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/libretro/libretro-prboom/master/COPYING"
15-
rp_module_repo="git https://github.com/libretro/libretro-prboom.git master"
15+
rp_module_repo="git https://github.com/libretro/libretro-prboom.git master ddaa6e34"
1616
rp_module_section="opt"
1717

1818
function sources_lr-prboom() {

0 commit comments

Comments
 (0)