Fix pico-8.
This commit is contained in:
parent
467d696922
commit
79871c1b5a
2 changed files with 2 additions and 4 deletions
|
@ -2,14 +2,12 @@
|
||||||
# Copyright (C) 2022-present Fewtarius
|
# Copyright (C) 2022-present Fewtarius
|
||||||
|
|
||||||
PKG_NAME="pico-8"
|
PKG_NAME="pico-8"
|
||||||
PKG_VERSION="$(date +%Y%m%d)"
|
PKG_VERSION="20220602"
|
||||||
PKG_SHA256=""
|
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE=""
|
PKG_SITE=""
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS_TARGET="toolchain SDL2 ${OPENGLES}"
|
PKG_DEPENDS_TARGET="toolchain SDL2 ${OPENGLES}"
|
||||||
PKG_PRIORITY="optional"
|
|
||||||
PKG_SECTION="emulators"
|
PKG_SECTION="emulators"
|
||||||
PKG_SHORTDESC="PICO-8 Fantasy Console"
|
PKG_SHORTDESC="PICO-8 Fantasy Console"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
|
@ -1372,7 +1372,7 @@
|
||||||
<hardware>console</hardware>
|
<hardware>console</hardware>
|
||||||
<path>/storage/roms/pico-8</path>
|
<path>/storage/roms/pico-8</path>
|
||||||
<extension>.sh .p8 .png .SH .P8 .PNG</extension>
|
<extension>.sh .p8 .png .SH .P8 .PNG</extension>
|
||||||
<command>/usr/bin/runemu.sh %ROM% -P%SYSTEM% --controllers="%CONTROLLERSCONFIG%"</command>
|
<command>/usr/bin/runemu.sh %ROM% -P%SYSTEM% --core=%CORE% --controllers="%CONTROLLERSCONFIG%"</command>
|
||||||
<platform>pico-8</platform>
|
<platform>pico-8</platform>
|
||||||
<theme>pico-8</theme>
|
<theme>pico-8</theme>
|
||||||
<emulators>
|
<emulators>
|
||||||
|
|
Loading…
Reference in a new issue