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.
2 parents f9b7ed6 + e320cf9 commit 8b2980dCopy full SHA for 8b2980d
scriptmodules/libretrocores/lr-mame.sh
@@ -39,7 +39,11 @@ function sources_lr-mame() {
39
}
40
41
function build_lr-mame() {
42
- rpSwap on 4096
+ if isPlatform "64bit"; then
43
+ rpSwap on 10240
44
+ else
45
+ rpSwap on 6144
46
+ fi
47
local params=($(_get_params_lr-mame) SUBTARGET=arcade)
48
make clean
49
make "${params[@]}"
scriptmodules/libretrocores/lr-mess.sh
@@ -26,7 +26,11 @@ function sources_lr-mess() {
26
27
28
function build_lr-mess() {
29
30
31
32
33
34
local params=($(_get_params_lr-mame) SUBTARGET=mess)
35
36
0 commit comments