mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Merge pull request #10975 from fjtrujy/salamanderPS2
[PS2]Typo in the RetroArch boot
This commit is contained in:
commit
83038ed4f7
@ -153,7 +153,7 @@ fi
|
|||||||
if [ $SALAMANDER = "yes" ]; then
|
if [ $SALAMANDER = "yes" ]; then
|
||||||
make -C ../ -f Makefile.${platform}.salamander $OPTS || exit 1
|
make -C ../ -f Makefile.${platform}.salamander $OPTS || exit 1
|
||||||
if [ $PLATFORM = "ps2" ] ; then
|
if [ $PLATFORM = "ps2" ] ; then
|
||||||
mv -f ../raboot.elf ../pkg/${platform}/raboot.PBP
|
mv -f ../raboot.elf ../pkg/${platform}/raboot.elf
|
||||||
fi
|
fi
|
||||||
if [ $PLATFORM = "psp1" ] ; then
|
if [ $PLATFORM = "psp1" ] ; then
|
||||||
mv -f ../EBOOT.PBP ../pkg/${platform}/EBOOT.PBP
|
mv -f ../EBOOT.PBP ../pkg/${platform}/EBOOT.PBP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user