mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the configuration for the astrocde system to no longer require a manually installed MAME hash file
This commit is contained in:
parent
595adafe53
commit
8d180ff50c
|
@ -176,7 +176,7 @@
|
|||
<fullname>Bally Astrocade</fullname>
|
||||
<path>%ROMPATH%/astrocde</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%/astrocde\" -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command>
|
||||
<platform>astrocde</platform>
|
||||
<theme>astrocade</theme>
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
<fullname>Bally Astrocade</fullname>
|
||||
<path>%ROMPATH%/astrocde</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%/astrocde\" -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command>
|
||||
<platform>astrocde</platform>
|
||||
<theme>astrocade</theme>
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
<fullname>Bally Astrocade</fullname>
|
||||
<path>%ROMPATH%\astrocde</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%\astrocde\" -cart \"%ROMRAW%\""</command>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\astrocde astrocde -cart %BASENAME%</command>
|
||||
<platform>astrocde</platform>
|
||||
<theme>astrocade</theme>
|
||||
|
|
Loading…
Reference in a new issue