mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
Change to new libretro-mame repo
This commit is contained in:
parent
f67da7584d
commit
2ef07374a1
@ -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 ==='
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user