From 45f22bcbf424c6b0e23cbcb9f5a92fbb2ae838fe Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 27 Feb 2019 17:05:23 +0100 Subject: [PATCH] DosBox fixup --- libretro/cores/dosbox/Tupfile | 4 +++- libretro/cores/dosbox/runtime | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libretro/cores/dosbox/Tupfile b/libretro/cores/dosbox/Tupfile index 5f62586..32c30d4 100644 --- a/libretro/cores/dosbox/Tupfile +++ b/libretro/cores/dosbox/Tupfile @@ -7,8 +7,10 @@ CORE_DIR = core include $(CORE_DIR)/Makefile.common CFLAGS += $(INCFLAGS) +SOURCES_CXX += ../../libretro-common/libco/genode.cpp + GIT_VERSION = `git describe --always` -CFLAGS += -O3 -DNDEBUG -DGIT_VERSION=\"$(GIT_VERSION)\" -D__GENODE__ +CFLAGS += -O2 -DNDEBUG -DGIT_VERSION=\"$(GIT_VERSION)\" -D__GENODE__ include $(LIBRETRO_CORE_INCLUDE) diff --git a/libretro/cores/dosbox/runtime b/libretro/cores/dosbox/runtime index 9d421ba..00dd2fd 100644 --- a/libretro/cores/dosbox/runtime +++ b/libretro/cores/dosbox/runtime @@ -1,4 +1,4 @@ - +