Update Tyrquake

This commit is contained in:
Ehmry - 2019-03-03 14:39:49 +01:00
parent bfb7e6c2ea
commit 452c72b284
5 changed files with 39 additions and 3 deletions

2
.gitmodules vendored
View File

@ -44,7 +44,7 @@
path = libretro/cores/snes9x/upstream
url = https://github.com/libretro/snes9x
[submodule "libretro/cores/tyrquake/core"]
path = libretro/cores/tyrquake/core
path = libretro/cores/tyrquake/upstream
url = https://github.com/libretro/tyrquake
[submodule "libretro/cores/samples"]
path = libretro/cores/samples/upstream

View File

@ -0,0 +1,37 @@
CORE_PKGS += libc libm
USE_CODEC_WAVE=1
USE_CODEC_FLAC=1
USE_CODEC_VORBIS=1
CFLAGS+= -DUSE_CODEC_WAVE
CFLAGS+= -DUSE_CODEC_FLAC
CFLAGS+= -DUSE_CODEC_VORBIS
GIT_VERSION = `git describe --always`
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
CFLAGS += -O2 -DNDEBUG
CFLAGS += $(INCFLAGS)
CFLAGS += -DINLINE=inline
CFLAGS += -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H
CFLAGS += -DNQ_HACK -DQBASEDIR=$(CORE_DIR) -DTYR_VERSION=0.62
CFLAGS += -fomit-frame-pointer
include upstream/Makefile.common
: foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs}
: {libretro_objs} |> !libretro_core_link |> {core}
: {core} |> !publish_core |> {binary}
: $(TUP_CWD)/archives |> !publish_core_archives |> {package}
: $(TUP_CWD)/runtime |> !publish_core_runtime |> {package}
ifdef DEPOT_KEY
: {binary} |> !depot_bin_tarball |> {tarballs}
: {package} |> !depot_pkg_tarball |> {tarballs}
: foreach {tarballs} |> !public_signature |>
endif

View File

@ -1,5 +1,4 @@
@SDK_USER@/src/libc/@SDK_VERSION@
@SDK_USER@/src/vfs/@SDK_VERSION@
@DEPOT_USER@/src/retro_frontend/@DEPOT_VERSION@
@DEPOT_USER@/src/libretro-tyrquake/@DEPOT_VERSION@
ehmry/raw/quake_shareware/1.06

@ -1 +0,0 @@
Subproject commit 9ab2b7adcc46322755a757a34da20cd494c01e3a

@ -0,0 +1 @@
Subproject commit 0bc90d8c997fb58b7a4c2f4c252745a1dec0835e