PICO-8: first integration

This commit is contained in:
XargonWan 2022-04-27 16:20:39 +09:00
parent 645728b09f
commit 9fe298268a
4 changed files with 23 additions and 2 deletions

View file

@ -168,4 +168,12 @@
<entry>~/bin/yuzu*.AppImage</entry>
</rule>
</emulator>
<emulator name="PICO-8">
<rule type="systempath">
<entry>pico8</entry>
</rule>
<rule type="staticpath">
<entry>~/retrodeck/bios/pico-8/pico8</entry>
</rule>
</emulator>
</ruleList>

View file

@ -1468,4 +1468,15 @@
<platform>tools</platform>
<theme>tools</theme>
</system>
<system>
<name>pico-8</name>
<fullname>Pico-8</fullname>
<manufacturer>Lexaloffle</manufacturer>
<release>2015</release>
<hardware>console</hardware>
<path>%ROMPATH%/pico-8</path>
<extension>.p8 .png</extension>
<command>%EMULATOR_PICO-8% -desktop ~/retrodeck/screenshots -windowed 0 -root_path %ROMPATH%/pico-8 -run %ROM%</command>
<platform>pico-8</platform>
<theme>pico-8</theme>
</systemList>

View file

@ -57,7 +57,7 @@ then
mkdir -p ~/retrodeck/saves
mkdir -p ~/retrodeck/states
mkdir -p ~/retrodeck/screenshots
mkdir -p ~/retrodeck/bios
mkdir -p ~/retrodeck/bios/pico-8
# ES-DE
cp -r /app/retrodeck/tools/* /var/config/retrodeck/tools/
mkdir -p /var/config/emulationstation/.emulationstation/custom_systems/tools/
@ -89,7 +89,6 @@ then
mkdir -p /var/config/PCSX2/inis/
cp $emuconfigs/PCSX2_ui.ini /var/config/PCSX2/inis/
# Locking RetroDECK
touch ~/retrodeck/.lock

3
tools/start-splore.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
~/retrodeck/bios/pico-8/pico8 -desktop ~/retrodeck/screenshots -windowed 0 -root_path %ROMPATH%/pico-8 -splore