We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5ccb commit 504bad7Copy full SHA for 504bad7
scriptmodules/libretrocores/lr-mupen64plus-next.sh
@@ -53,6 +53,12 @@ function build_lr-mupen64plus-next() {
53
params+=(FORCE_GLES=1)
54
fi
55
56
+ if isPlatform "64bit"; then
57
+ rpSwap on 2048
58
+ else
59
+ rpSwap on 750
60
+ fi
61
+
62
# use a custom core name to avoid core option name clashes with lr-mupen64plus
63
params+=(CORE_NAME=mupen64plus-next)
64
make "${params[@]}" clean
@@ -64,6 +70,8 @@ function build_lr-mupen64plus-next() {
70
make "${params[@]}"
65
71
66
72
73
+ rpSwap off
74
67
75
md_ret_require="$md_build/mupen64plus_next_libretro.so"
68
76
}
69
77
0 commit comments