Added support for the PICO-8 (pico8) game system.

This commit is contained in:
Leon Styhre 2022-06-11 21:07:46 +02:00
parent 65c04bdadb
commit f68b06a72b
7 changed files with 68 additions and 0 deletions

View file

@ -124,6 +124,12 @@
<entry>/Applications/PCSX2.app/Contents/MacOS/PCSX2</entry>
</rule>
</emulator>
<emulator name="PICO-8">
<!-- PICO-8 Fantasy Console (game engine) -->
<rule type="staticpath">
<entry>/Applications/PICO-8.app/Contents/MacOS/pico8</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">

View file

@ -990,6 +990,16 @@
<platform>pcfx</platform>
<theme>pcfx</theme>
</system>
<system>
<name>pico8</name>
<fullname>PICO-8 Fantasy Console</fullname>
<path>%ROMPATH%/pico8</path>
<extension>.p8 .P8 .png .PNG</extension>
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
<platform>pico8</platform>
<theme>pico8</theme>
</system>
<system>
<name>pokemini</name>
<fullname>Nintendo Pokémon Mini</fullname>

View file

@ -246,6 +246,17 @@
<entry>~/.local/share/flatpak/exports/bin/net.pcsx2.PCSX2</entry>
</rule>
</emulator>
<emulator name="PICO-8">
<!-- PICO-8 Fantasy Console (game engine) -->
<rule type="systempath">
<entry>pico8</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/pico-8/pico8</entry>
<entry>~/.local/bin/pico-8/pico8</entry>
<entry>~/bin/pico-8/pico8</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">

View file

@ -999,6 +999,16 @@
<platform>pcfx</platform>
<theme>pcfx</theme>
</system>
<system>
<name>pico8</name>
<fullname>PICO-8 Fantasy Console</fullname>
<path>%ROMPATH%/pico8</path>
<extension>.p8 .P8 .png .PNG</extension>
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
<platform>pico8</platform>
<theme>pico8</theme>
</system>
<system>
<name>pokemini</name>
<fullname>Nintendo Pokémon Mini</fullname>

View file

@ -275,6 +275,19 @@
<entry>%ESPATH%\..\PCSX2-wxWidgets\pcsx2x64.exe</entry>
</rule>
</emulator>
<emulator name="PICO-8">
<!-- PICO-8 Fantasy Console (game engine) -->
<rule type="systempath">
<entry>pico8.exe</entry>
</rule>
<rule type="staticpath">
<entry>C:\Program Files (x86)\PICO-8\pico8.exe</entry>
<entry>D:\Program Files (x86)\PICO-8\pico8.exe</entry>
<entry>%ESPATH%\Emulators\PICO-8\pico8.exe</entry>
<entry>%ESPATH%\PICO-8\pico8.exe</entry>
<entry>%ESPATH%\..\PICO-8\pico8.exe</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="systempath">

View file

@ -181,6 +181,14 @@
<entry>%ESPATH%\..\PCSX2-wxWidgets\pcsx2x64.exe</entry>
</rule>
</emulator>
<emulator name="PICO-8">
<!-- PICO-8 Fantasy Console (game engine) -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\PICO-8\pico8.exe</entry>
<entry>%ESPATH%\PICO-8\pico8.exe</entry>
<entry>%ESPATH%\..\PICO-8\pico8.exe</entry>
</rule>
</emulator>
<emulator name="PLAY!">
<!-- Sony PlayStation 2 emulator Play! -->
<rule type="staticpath">

View file

@ -996,6 +996,16 @@
<platform>pcfx</platform>
<theme>pcfx</theme>
</system>
<system>
<name>pico8</name>
<fullname>PICO-8 Fantasy Console</fullname>
<path>%ROMPATH%\pico8</path>
<extension>.p8 .P8 .png .PNG</extension>
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
<platform>pico8</platform>
<theme>pico8</theme>
</system>
<system>
<name>pokemini</name>
<fullname>Nintendo Pokémon Mini</fullname>