Skip to content

Commit 52a98b3

Browse files
authored
Merge pull request #195 from FollyMaddy/master
Add swap and rename
2 parents 07f6023 + 66c8a08 commit 52a98b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scriptmodules/libretrocores/lr-samecdi.sh renamed to scriptmodules/libretrocores/lr-same_cdi.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ function sources_lr-same_cdi() {
2121
}
2222

2323
function build_lr-same_cdi() {
24+
if isPlatform "64bit"; then
25+
rpSwap on 10240
26+
else
27+
rpSwap on 6144
28+
fi
2429
make -f Makefile.libretro clean
2530
make -f Makefile.libretro
31+
rpSwap off
2632
md_ret_require="$md_build/same_cdi_libretro.so"
2733
}
2834

0 commit comments

Comments
 (0)