Update Gambatte core

This commit is contained in:
Ehmry - 2019-03-03 14:07:03 +01:00
parent d79c1cf949
commit 3f14fd89e6
5 changed files with 5 additions and 3 deletions

2
.gitmodules vendored
View File

@ -56,7 +56,7 @@
path = libretro/cores/mrboom/core
url = https://github.com/libretro/mrboom-libretro.git
[submodule "libretro/cores/gambatte/core"]
path = libretro/cores/gambatte/core
path = libretro/cores/gambatte/upstream
url = https://github.com/libretro/gambatte-libretro
[submodule "libretro/cores/dinothawr/core"]
path = libretro/cores/dinothawr/core

View File

@ -1,4 +1,5 @@
CORE_PKGS += stdcxx
NO_UNDEFINED =
CFLAGS += -O2 -DNDEBUG
CFLAGS += -DHAVE_STDINT_H
@ -6,6 +7,8 @@ CFLAGS += -D__LIBRETRO__ -DHAVE_STDINT_H -DHAVE_INTTYPES_H
CFLAGS += -DINLINE=inline -DVIDEO_RGB565
CXXFLAGS += -std=gnu++11
include upstream/Makefile.common
: foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs}
: foreach $(SOURCES_CXX) |> !libretro_cxx |> {libretro_objs}

View File

@ -2,4 +2,3 @@
@SDK_USER@/src/stdcxx/@SDK_VERSION@
@SDK_USER@/src/vfs/@SDK_VERSION@
@DEPOT_USER@/src/retro_frontend/@DEPOT_VERSION@
@DEPOT_USER@/src/libretro-gambatte/@DEPOT_VERSION@

@ -1 +0,0 @@
Subproject commit 3d329ed2e59e9d483e5fc8998657b563ac2c3bd6

@ -0,0 +1 @@
Subproject commit 5af38ec0b449da661f9cfdc93ca8ac232eb216ec