mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 21:41:09 +00:00
tic80: Use src/system/libretro
This commit is contained in:
parent
444055bfcf
commit
2955ec352f
@ -112,7 +112,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 CMAKE Makefile examples/libretro -DBUILD_SDL=0 -DBUILD_SOKOL=0
|
||||
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES GENERIC Makefile src/system/libretro
|
||||
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 .
|
||||
|
@ -1059,7 +1059,7 @@ libretro_tic80_name="TIC-80"
|
||||
libretro_tic80_git_url="https://github.com/RobLoach/TIC-80.git"
|
||||
libretro_tic80_git_submodules="yes"
|
||||
libretro_tic80_build_makefile="Makefile"
|
||||
libretro_tic80_build_subdir="examples/libretro"
|
||||
libretro_tic80_build_subdir="src/system/libretro"
|
||||
|
||||
include_core_squirreljme() {
|
||||
register_module core "squirreljme"
|
||||
|
Loading…
x
Reference in New Issue
Block a user