mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Merge pull request #217 from iKarith/master
Added gw core (Game & Watch)
This commit is contained in:
commit
c972e3880c
@ -292,7 +292,6 @@ libretro_build_core() {
|
||||
# TODO: Really, clean this up...
|
||||
eval "core_build_platform=\$libretro_${1}_build_platform"
|
||||
core_build_platform="${core_build_platform:-$FORMAT_COMPILER_TARGET}$opengl_type"
|
||||
eval echo "core_build_platform=\$libretro_${1}_build_platform$opengl_type"
|
||||
|
||||
echo "Building ${1}..."
|
||||
$core_build_rule $1
|
||||
|
@ -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