mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
One more try
This commit is contained in:
parent
7948e54625
commit
9d91e9e666
@ -1352,7 +1352,6 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
|
||||
echo
|
||||
|
||||
if [ "${BUILD}" == "YES" -o "${FORCE}" == "YES" ]; then
|
||||
|
||||
cd dist-scripts
|
||||
rm *.a
|
||||
cp -v $RARCH_DIST_DIR/*.a .
|
||||
@ -1385,6 +1384,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
|
||||
cp -Rfv media/libretrodb/rdb/* wii/pkg/database/rdb
|
||||
cp -Rfv media/libretrodb/cursors/* wii/pkg/database/cursors
|
||||
cp -Rfv media/overlays/* wii/pkg/overlays
|
||||
fi
|
||||
fi
|
||||
|
||||
PATH=$ORIGPATH
|
||||
|
Loading…
Reference in New Issue
Block a user