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 6165d6d commit 52c5ccbCopy full SHA for 52c5ccb
scriptmodules/emulators/mupen64plus.sh
@@ -152,7 +152,11 @@ function sources_mupen64plus() {
152
}
153
154
function build_mupen64plus() {
155
- rpSwap on 750
+ if isPlatform "64bit"; then
156
+ rpSwap on 2048
157
+ else
158
+ rpSwap on 750
159
+ fi
160
161
local dir
162
local params=()
scriptmodules/libretrocores/lr-mupen64plus.sh
@@ -52,7 +52,11 @@ function sources_lr-mupen64plus() {
52
53
54
function build_lr-mupen64plus() {
55
56
57
58
59
60
61
if isPlatform "videocore"; then
62
params+=(platform="$__platform")
0 commit comments