File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,11 @@ function sources_mupen64plus() {
152
152
}
153
153
154
154
function build_mupen64plus() {
155
- rpSwap on 750
155
+ if isPlatform " 64bit" ; then
156
+ rpSwap on 2048
157
+ else
158
+ rpSwap on 750
159
+ fi
156
160
157
161
local dir
158
162
local params=()
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ function build_lr-mupen64plus-next() {
53
53
params+=(FORCE_GLES=1)
54
54
fi
55
55
56
+ if isPlatform " 64bit" ; then
57
+ rpSwap on 2048
58
+ else
59
+ rpSwap on 750
60
+ fi
61
+
56
62
# use a custom core name to avoid core option name clashes with lr-mupen64plus
57
63
params+=(CORE_NAME=mupen64plus-next)
58
64
make " ${params[@]} " clean
@@ -64,6 +70,8 @@ function build_lr-mupen64plus-next() {
64
70
make " ${params[@]} "
65
71
fi
66
72
73
+ rpSwap off
74
+
67
75
md_ret_require=" $md_build /mupen64plus_next_libretro.so"
68
76
}
69
77
Original file line number Diff line number Diff line change @@ -52,7 +52,11 @@ function sources_lr-mupen64plus() {
52
52
}
53
53
54
54
function build_lr-mupen64plus() {
55
- rpSwap on 750
55
+ if isPlatform " 64bit" ; then
56
+ rpSwap on 2048
57
+ else
58
+ rpSwap on 750
59
+ fi
56
60
local params=()
57
61
if isPlatform " videocore" ; then
58
62
params+=(platform=" $__platform " )
You can’t perform that action at this time.
0 commit comments