mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added the MAME - Current RetroArch core as the default emulator for the gamate system
This commit is contained in:
parent
0e7d769602
commit
5bcee13a41
|
@ -617,6 +617,7 @@
|
|||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%/gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "gamate -rompath %GAMEDIR%\;%ROMPATH%/gamate -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
|
|
|
@ -645,6 +645,7 @@
|
|||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%/gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "gamate -rompath %GAMEDIR%\;%ROMPATH%/gamate -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
|
|
|
@ -638,6 +638,7 @@
|
|||
<fullname>Bit Corporation Gamate</fullname>
|
||||
<path>%ROMPATH%\gamate</path>
|
||||
<extension>.bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "gamate -rompath %GAMEDIR%\;%ROMPATH%\gamate -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\gamate gamate -cart %ROM%</command>
|
||||
<platform>gamate</platform>
|
||||
<theme>gamate</theme>
|
||||
|
|
Loading…
Reference in a new issue