Change to new libretro-mame repo

This commit is contained in:
twinaphex 2014-03-29 15:36:25 +01:00
parent f67da7584d
commit 2ef07374a1
2 changed files with 7 additions and 7 deletions

View File

@ -339,7 +339,7 @@ build_libretro_mame() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building MAME ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building MAME64 ==='
@ -361,7 +361,7 @@ rebuild_libretro_mame() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building MAME ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building MAME64 ==='
@ -383,7 +383,7 @@ build_libretro_mess() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building MESS ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building MESS64 ==='
@ -405,7 +405,7 @@ rebuild_libretro_mess() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building MESS ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building MESS64 ==='
@ -427,7 +427,7 @@ build_libretro_ume() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building UME ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building UME64 ==='
@ -449,7 +449,7 @@ rebuild_libretro_ume() {
if [ -d 'libretro-mame' ]; then
echo ''
echo '=== Building MESS ==='
cd libretro-mame/0152
cd libretro-mame
if [ X86_64="true" ]; then
echo '=== Building UME64 ==='

View File

@ -101,7 +101,7 @@ fetch_project "$REPO_BASE/libretro/dosbox-libretro.git" "libretro-dosbox" "libre
fetch_project "$REPO_BASE/libretro/virtualjaguar-libretro.git" "libretro-virtualjaguar" "libretro/virtualjaguar"
fetch_project "$REPO_BASE/libretro/mame2003-libretro.git" "libretro-mame078" "libretro/mame078"
fetch_project "$REPO_BASE/libretro/mame2010-libretro.git" "libretro-mame139" "libretro/mame139"
fetch_project "$REPO_BASE/libretro/mame-libretro.git" "libretro-mame" "libretro/mame"
fetch_project "$REPO_BASE/libretro/libretro-mame.git" "libretro-mame" "libretro/mame"
fetch_project "$REPO_BASE/libretro/scenewalker-libretro.git" "libretro-gl-scenewalker" "libretro/SceneWalker"
fetch_project "$REPO_BASE/libretro/modelviewer-libretro.git" "libretro-gl-modelviewer" "libretro/ModelViewer"
fetch_project "$REPO_BASE/libretro/modelviewer-location-libretro.git" "libretro-gl-modelviewer-location" "libretro/ModelViewer-Location"