mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added TIC-80 standalone as an alternative emulator for the tic80 system
Also changed the fullname for the tic80 system from 'TIC-80 Game Engine' to 'TIC-80 Fantasy Computer'
This commit is contained in:
parent
2c9d1b69a1
commit
25df7b6f9d
|
@ -115,6 +115,7 @@ Emulators\solarus\solarus-run.exe
|
|||
Emulators\SSF\SSF.exe
|
||||
Emulators\Stella\64-bit\Stella.exe
|
||||
Emulators\Supermodel\Supermodel.exe
|
||||
Emulators\tic80\tic80.exe
|
||||
Emulators\Triforce\DolphinWX.exe
|
||||
Emulators\tsugaru\Tsugaru_CUI.exe
|
||||
Emulators\VBA-M\visualboyadvance-m.exe
|
||||
|
|
|
@ -141,10 +141,10 @@ namespace PlatformIds
|
|||
"supracan", // Funtech Super A'Can
|
||||
"switch", // Nintendo Switch
|
||||
"ti99", // Texas Instruments TI-99
|
||||
"tic80", // TIC-80 Game Engine
|
||||
"tic80", // TIC-80 Fantasy Computer
|
||||
"trs-80", // Tandy TRS-80
|
||||
"uzebox", // Uzebox Open Source Console
|
||||
"vectrex", // Smith Engineering Vectrex
|
||||
"vectrex", // GCE Vectrex
|
||||
"vic20", // Commodore VIC-20
|
||||
"virtualboy", // Nintendo Virtual Boy
|
||||
"vpinball", // Visual Pinball
|
||||
|
|
|
@ -337,6 +337,12 @@
|
|||
<entry>/usr/local/bin/Stella</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TIC-80">
|
||||
<!-- TIC-80 Fantasy Computer (game engine) -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/tic80.app/Contents/MacOS/tic80</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VBA-M">
|
||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -1874,10 +1874,11 @@
|
|||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<fullname>TIC-80 Fantasy Computer</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command label="TIC-80">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tic80_libretro.dylib %ROM%</command>
|
||||
<command label="TIC-80 (Standalone)">%EMULATOR_TIC-80% %ROM% --fullscreen</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
|
@ -904,6 +904,17 @@
|
|||
<entry>~/bin/Supermodel/supermodel</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TIC-80">
|
||||
<!-- TIC-80 Fantasy Computer (game engine) -->
|
||||
<rule type="systempath">
|
||||
<entry>tic80</entry>
|
||||
<entry>com.tic80.TIC_80</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/com.tic80.TIC_80</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/com.tic80.TIC_80</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TRIFORCE">
|
||||
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1975,10 +1975,11 @@
|
|||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<fullname>TIC-80 Fantasy Computer</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command label="TIC-80">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tic80_libretro.so %ROM%</command>
|
||||
<command label="TIC-80 (Standalone)">%EMULATOR_TIC-80% %ROM% --fullscreen</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
|
@ -794,6 +794,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\Supermodel\Supermodel.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TIC-80">
|
||||
<!-- TIC-80 Fantasy Computer (game engine) -->
|
||||
<rule type="systempath">
|
||||
<entry>tic80.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\tic80\tic80.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\tic80\tic80.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TRIFORCE">
|
||||
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -525,6 +525,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\Supermodel\Supermodel.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TIC-80">
|
||||
<!-- TIC-80 Fantasy Computer (game engine) -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\tic80\tic80.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\tic80\tic80.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="TRIFORCE">
|
||||
<!-- Triforce, fork of Nintendo GameCube and Wii emulator Dolphin -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -1951,10 +1951,11 @@
|
|||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<fullname>TIC-80 Fantasy Computer</fullname>
|
||||
<path>%ROMPATH%\tic80</path>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command label="TIC-80">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\tic80_libretro.dll %ROM%</command>
|
||||
<command label="TIC-80 (Standalone)">%EMULATOR_TIC-80% %ROM% --fullscreen</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue