mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(3DS) Try to silence warning/error
This commit is contained in:
parent
1c5a35d0d3
commit
2dd9c5bb82
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
|||
mkdir -p ../pkg/3ds/3ds/${name}_libretro
|
||||
mv -f ../retroarch_3ds.3dsx ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.3dsx
|
||||
mv -f ../retroarch_3ds.smdh ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.smdh
|
||||
mv -f ../retroarch_3ds.xml ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.xml
|
||||
mv -f ../retroarch_3ds.xml ../pkg/3ds/3ds/${name}_libretro/${name}_libretro.xml 2> /dev/null
|
||||
elif [ $PLATFORM = "unix" ] ; then
|
||||
mv -f ../retroarch ../pkg/${platform}/${name}_libretro.elf
|
||||
elif [ $PLATFORM = "ngc" ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue