mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added support for the M.U.G.E.N Game Engine (mugen) game system.
This commit is contained in:
parent
a265a37312
commit
fe30e8241b
|
@ -74,6 +74,7 @@ namespace PlatformIds
|
|||
"msx", // MSX
|
||||
"msx2", // MSX2
|
||||
"msxturbor", // MSX Turbo R
|
||||
"mugen", // M.U.G.E.N game engine
|
||||
"n3ds", // Nintendo 3DS
|
||||
"n64", // Nintendo 64
|
||||
"naomi", // Sega NAOMI
|
||||
|
|
|
@ -73,6 +73,7 @@ namespace PlatformIds
|
|||
MSX,
|
||||
MSX2,
|
||||
MSX_TURBO_R,
|
||||
GAMEENGINE_MUGEN,
|
||||
NINTENDO_3DS,
|
||||
NINTENDO_64,
|
||||
SEGA_NAOMI,
|
||||
|
|
|
@ -793,6 +793,15 @@
|
|||
<platform>msxturbor</platform>
|
||||
<theme>msxturbor</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>mugen</name>
|
||||
<fullname>M.U.G.E.N Game Engine</fullname>
|
||||
<path>%ROMPATH%/mugen</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>mugen</platform>
|
||||
<theme>mugen</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>multivision</name>
|
||||
<fullname>Othello Multivision</fullname>
|
||||
|
|
|
@ -801,6 +801,15 @@
|
|||
<platform>msxturbor</platform>
|
||||
<theme>msxturbor</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>mugen</name>
|
||||
<fullname>M.U.G.E.N Game Engine</fullname>
|
||||
<path>%ROMPATH%/mugen</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>mugen</platform>
|
||||
<theme>mugen</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>multivision</name>
|
||||
<fullname>Othello Multivision</fullname>
|
||||
|
|
|
@ -801,6 +801,15 @@
|
|||
<platform>msxturbor</platform>
|
||||
<theme>msxturbor</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>mugen</name>
|
||||
<fullname>M.U.G.E.N Game Engine</fullname>
|
||||
<path>%ROMPATH%\mugen</path>
|
||||
<extension>.lnk .LNK</extension>
|
||||
<command label="M.U.G.E.N (Standalone)">%HIDEWINDOW% %ESCAPESPECIALS% %STARTDIR%=%GAMEDIR% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>mugen</platform>
|
||||
<theme>mugen</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>multivision</name>
|
||||
<fullname>Othello Multivision</fullname>
|
||||
|
|
Loading…
Reference in a new issue