Skip to content

Commit

Permalink
lr-mess2016 - fix building on neon platforms by disabling bgfx
Browse files Browse the repository at this point in the history
  * disable bgfx (fails on neon with recent GCC due to outdated SIMD instrinsics) - patch by r-type
  * see libretro/mame2016-libretro#25
  • Loading branch information
joolswills committed May 15, 2019
1 parent 61aadfa commit d1825ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scriptmodules/libretrocores/lr-mess2016.sh
Expand Up @@ -17,6 +17,9 @@ rp_module_section="exp"


function sources_lr-mess2016() { function sources_lr-mess2016() {
gitPullOrClone "$md_build" https://github.com/libretro/mame2016-libretro.git gitPullOrClone "$md_build" https://github.com/libretro/mame2016-libretro.git
# disable bgfx (fails on neon with recent GCC due to outdated SIMD instrinsics)
# see https://github.com/libretro/mame2016-libretro/pull/25
applyPatch "$scriptdir/scriptmodules/$md_type/lr-mame2016/01_disable_bgfx.diff"
} }


function build_lr-mess2016() { function build_lr-mess2016() {
Expand Down

0 comments on commit d1825ea

Please sign in to comment.