mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Added gw core (Game & Watch
This commit is contained in:
parent
1f67e29692
commit
7b3403f256
@ -177,9 +177,9 @@ else
|
||||
libretro_build_core gpsp
|
||||
build_libretro_emux
|
||||
libretro_build_core fuse
|
||||
|
||||
libretro_build_core stonesoup
|
||||
libretro_build_core nxengine
|
||||
libretro_build_core gw
|
||||
|
||||
build_libretro_test
|
||||
fi
|
||||
|
@ -261,6 +261,10 @@ libretro_fuse_git_url="https://github.com/libretro/fuse-libretro.git"
|
||||
libretro_fuse_build_makefile="Makefile.libretro"
|
||||
libretro_fuse_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
||||
|
||||
libretro_gw_name="Game & Watch"
|
||||
libretro_gw_git_url="https://github.com/libretro/gw-libretro.git"
|
||||
libretro_gw_git_submodules="yes"
|
||||
libretro_gw_build_makefile="Makefile.libretro"
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user