mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added emulator configuration for the tic80 system.
This commit is contained in:
parent
5c4f24d09d
commit
d8df9cde43
|
@ -1426,8 +1426,8 @@
|
|||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tic80_libretro.dylib %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
|
@ -1451,8 +1451,8 @@
|
|||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tic80_libretro.so %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
|
@ -1454,8 +1454,8 @@
|
|||
<name>tic80</name>
|
||||
<fullname>TIC-80 Game Engine</fullname>
|
||||
<path>%ROMPATH%\tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.tic .TIC</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\tic80_libretro.dll %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue