DosBox fixup

This commit is contained in:
Ehmry - 2019-02-27 17:05:23 +01:00
parent 80bcd624eb
commit 45f22bcbf4
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
<runtime ram="32M" caps="192" binary="retro_frontend">
<runtime ram="64M" caps="192" binary="retro_frontend">
<requires>
<audio_out/>