mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Merge branch 'cooker-pico8' into cooker
This commit is contained in:
commit
6a99636bee
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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/
|
||||
|
@ -90,7 +90,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
3
tools/start-splore.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
~/retrodeck/bios/pico-8/pico8 -desktop ~/retrodeck/screenshots -windowed 0 -root_path %ROMPATH%/pico-8 -splore
|
Loading…
Reference in a new issue