Skip to content

Commit ee05029

Browse files
authored
Merge pull request #3567 from joolswills/lr-desmume_arm_fix
lr-desmume - fix building on arm
2 parents 4398f60 + fb461f2 commit ee05029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-desmume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rp_module_section="exp"
1818

1919
function _params_lr-desmume() {
2020
local params=()
21-
isPlatform "arm" && params+=("platform=armvhardfloat")
21+
isPlatform "arm" && params+=("platform=unixarmvhardfloat")
2222
isPlatform "aarch64" && params+=("DESMUME_JIT=0")
2323
echo "${params[@]}"
2424
}

0 commit comments

Comments
 (0)