mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Added the MAME - Current RetroArch core as the default emulator for the gamecom system
This commit is contained in:
parent
5bcee13a41
commit
785c770c95
|
@ -638,6 +638,7 @@
|
|||
<fullname>Tiger Electronics Game.com</fullname>
|
||||
<path>%ROMPATH%/gamecom</path>
|
||||
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "gamecom -rompath %GAMEDIR%\;%ROMPATH%/gamecom -cartridge1 \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamecom gamecom -cartridge1 %ROM%</command>
|
||||
<platform>gamecom</platform>
|
||||
<theme>gamecom</theme>
|
||||
|
|
|
@ -666,6 +666,7 @@
|
|||
<fullname>Tiger Electronics Game.com</fullname>
|
||||
<path>%ROMPATH%/gamecom</path>
|
||||
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "gamecom -rompath %GAMEDIR%\;%ROMPATH%/gamecom -cartridge1 \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamecom gamecom -cartridge1 %ROM%</command>
|
||||
<platform>gamecom</platform>
|
||||
<theme>gamecom</theme>
|
||||
|
|
|
@ -659,6 +659,7 @@
|
|||
<fullname>Tiger Electronics Game.com</fullname>
|
||||
<path>%ROMPATH%\gamecom</path>
|
||||
<extension>.tgc .TGC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "gamecom -rompath %GAMEDIR%\;%ROMPATH%\gamecom -cartridge1 \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\gamecom gamecom -cartridge1 %ROM%</command>
|
||||
<platform>gamecom</platform>
|
||||
<theme>gamecom</theme>
|
||||
|
|
Loading…
Reference in a new issue