DOSBox-svn

This commit is contained in:
Ehmry - 2019-04-04 13:30:36 +02:00
parent 7d84ca521d
commit 27e2a80275
5 changed files with 20 additions and 30 deletions

View File

@ -15,7 +15,7 @@ endif
WITH_FAKE_SDL = 1
include upstream/libretro/Makefile.common
DEFINES += -O2 -DNDEBUG -D__GENODE__ -DWITH_FAKE_SDL
DEFINES += -O1 -DNDEBUG -D__GENODE__ -DWITH_FAKE_SDL
DEFINES += -DDB_HAVE_CLOCK_GETTIME
DEFINES += $(COMMONFLAGS)

View File

@ -17,7 +17,7 @@
<rom label="vfs.lib.so"/>
</content>
<config ld_verbose="yes">
<config>
<game path="/fs/dosbox.conf"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>

16
libretro/topbench/Tupfile Normal file
View File

@ -0,0 +1,16 @@
ifndef CONFIG_NO_NETWORK
TARGET_NAME = topbench
include_rules
: |> wget --quiet https://github.com/MobyGamer/TOPBENCH/releases/download/0.38.h/%o |> TOPBV38H.ZIP {zip}
: {zip} \
|> unzip -L %f -d tmp ; tar cf %o -C tmp . ; rm -r tmp \
|> $(DEPOT_RAW_DIR)/%d/@(DEPOT_VERSION)/TOPBV38H.tar {tar}
RAW_VERSION = 0.38.h
: {tar} |> !collect_raw |>
: |> !raw |>
endif

View File

@ -3,6 +3,7 @@
<requires>
<file_system/>
<nitpicker/>
<report/>
<rtc/>
</requires>
@ -16,7 +17,7 @@
<rom label="vfs.lib.so"/>
</content>
<config>
<config ld_verbose="yes">
<game path="/dosbox.conf"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>

View File

@ -1,27 +0,0 @@
ifndef CONFIG_NO_NETWORK
TARGET_NAME = topbench
PKG_DEPENDS += \
@(SDK_USER)/src/vfs/@(SDK_VERSION) \
@(SDK_USER)/src/libc/@(SDK_VERSION) \
@(SDK_USER)/src/stdcxx/@(SDK_VERSION) \
_/src/dosbox-libretro \
_/src/retro_frontend \
_/raw/topbench \
include_rules
: |> wget --quiet https://github.com/MobyGamer/TOPBENCH/releases/download/0.38.h/%o |> TOPBV38H.ZIP {zip}
: {zip} \
|> unzip -L %f -d tmp ; tar cf %o -C tmp . ; rm -r tmp \
|> $(DEPOT_RAW_DIR)/%d/@(DEPOT_VERSION)/TOPBV38H.tar {raw}
: {zip} |> !collect_raw |>
: |> !raw |>
: runtime |> !collect_pkg_runtime |>
: |> !pkg |>
endif