mirror of
https://github.com/libretro/libretro-super
synced 2025-01-13 09:38:57 +00:00
tic80: Update TIC-80 definitions
This commit is contained in:
parent
6e5635d975
commit
a3b99dbe3f
@ -111,7 +111,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER
|
||||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
|
||||
theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile .
|
||||
thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES GENERIC Makefile examples/libretro
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES CMAKE Makefile examples/libretro -DBUILD_SDL=0 -DBUILD_SOKOL=0
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .
|
||||
|
@ -23,7 +23,7 @@ fetch_git() {
|
||||
echo_cmd "git clone $depth\"$1\" \"$WORKDIR/$2\""
|
||||
if [[ "$3" = "yes" || "$3" = "clone" ]]; then
|
||||
echo_cmd "cd \"$fetch_dir\""
|
||||
echo_cmd "git submodule update --init"
|
||||
echo_cmd "git submodule update --init --recursive"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user