Added emulator configuration for the tic80 system.

This commit is contained in:
Leon Styhre 2022-07-11 21:49:07 +02:00
parent 5c4f24d09d
commit d8df9cde43
3 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>