Remove runtimes

This commit is contained in:
Ehmry - 2019-11-18 20:15:41 +01:00
parent 20debbbbbc
commit fb353d4b22
6 changed files with 0 additions and 116 deletions

View File

@ -1,7 +0,0 @@
PKG_DEPENDS += \
@(PUBLIC_SRC_VFS) \
@(PUBLIC_SRC_LIBC) \
_/src/nxengine \
_/src/retro_frontend \
: |> !pkg |>

View File

@ -1,19 +0,0 @@
ifndef OFFLINE
TARGET_NAME = cave_story-en
PKG_DEPENDS += \
_/raw/cave_story-en \
include_rules
: |> wget --quiet https://www.cavestory.org/downloads/%o |> cavestoryen.zip {zip}
: {zip} |> unzip -qD %f -d tmp ; tar cf %o -C tmp/CaveStory . ; rm -r tmp |> doukutsu.tar {tar}
RAW_VERSION = 2004.12
: {tar} |> !collect_raw |>
include &(RAW_RULES)
endif

View File

@ -1,31 +0,0 @@
<runtime ram="32M" caps="256" binary="retro_frontend">
<requires>
<audio_out/>
<file_system/>
<nitpicker/>
<rm/>
</requires>
<content>
<rom label="doukutsu.tar"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libretro.so"/>
<rom label="retro_frontend"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
</content>
<config>
<libc stdout="/dev/log" stderr="/dev/log"/>
<vfs>
<tar name="doukutsu.tar"/>
<fs/>
<dir name="dev"> <log label="core"/> </dir>
</vfs>
<game/>
<default-controller port="0" device="3"/>
</config>
</runtime>

View File

@ -1,27 +0,0 @@
ifndef OFFLINE
TARGET_NAME = soyuz
PKG_DEPENDS += \
@(PUBLIC_SRC_VFS) \
@(PUBLIC_SRC_LIBC) \
@(PUBLIC_SRC_STDCXX) \
_/src/dosbox \
_/src/retro_frontend \
_/raw/soyuz \
include_rules
: |> wget --quiet https://ce.gl/ports/dist/soyuz/%o |> soyuz.zip {zip}
: {zip} \
|> unzip %f -d soyuz ; tar cf %o dosbox.conf soyuz ; rm -r soyuz \
|> soyuz.tar {tar}
: {tar} |> !collect_raw |>
: $(TUP_CWD)/pkg.dhall |> !render_runtime |>
: |> !pkg |>
include &(RAW_RULES)
endif

View File

@ -1,4 +0,0 @@
[autoexec]
mount c soyuz
C:
INPU.EXE

View File

@ -1,28 +0,0 @@
<runtime ram="128M" caps="192" binary="retro_frontend">
<requires>
<nitpicker/>
<rtc/>
</requires>
<content>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="libretro.so"/>
<rom label="retro_frontend"/>
<rom label="soyuz.tar"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
</content>
<config>
<game path="/dosbox.conf"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<tar name="soyuz.tar"/>
<dir name="dev"> <log label="core"/> <rtc/> </dir>
</vfs>
<default-controller port="0" device="771"/>
</config>
</runtime>