mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Change libretro SDK to libretro-common
This commit is contained in:
parent
d7e195d060
commit
00f0134cdb
@ -292,8 +292,8 @@ fetch_libretro_emux() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Shouldn't this be part of the tools fetch? Eh, later...
|
# Shouldn't this be part of the tools fetch? Eh, later...
|
||||||
fetch_libretro_sdk() {
|
fetch_libretro_common() {
|
||||||
fetch_git "https://github.com/libretro/libretro-sdk.git" "libretro-sdk" "libretro/SDK"
|
fetch_git "https://github.com/libretro/libretro-common.git" "libretro-common" "libretro/common"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -366,5 +366,5 @@ else
|
|||||||
fetch_libretro_tempgba
|
fetch_libretro_tempgba
|
||||||
fetch_libretro_gpsp
|
fetch_libretro_gpsp
|
||||||
fetch_libretro_emux
|
fetch_libretro_emux
|
||||||
fetch_libretro_sdk
|
fetch_libretro_common
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user