mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +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
|
"msx", // MSX
|
||||||
"msx2", // MSX2
|
"msx2", // MSX2
|
||||||
"msxturbor", // MSX Turbo R
|
"msxturbor", // MSX Turbo R
|
||||||
|
"mugen", // M.U.G.E.N game engine
|
||||||
"n3ds", // Nintendo 3DS
|
"n3ds", // Nintendo 3DS
|
||||||
"n64", // Nintendo 64
|
"n64", // Nintendo 64
|
||||||
"naomi", // Sega NAOMI
|
"naomi", // Sega NAOMI
|
||||||
|
|
|
@ -73,6 +73,7 @@ namespace PlatformIds
|
||||||
MSX,
|
MSX,
|
||||||
MSX2,
|
MSX2,
|
||||||
MSX_TURBO_R,
|
MSX_TURBO_R,
|
||||||
|
GAMEENGINE_MUGEN,
|
||||||
NINTENDO_3DS,
|
NINTENDO_3DS,
|
||||||
NINTENDO_64,
|
NINTENDO_64,
|
||||||
SEGA_NAOMI,
|
SEGA_NAOMI,
|
||||||
|
|
|
@ -793,6 +793,15 @@
|
||||||
<platform>msxturbor</platform>
|
<platform>msxturbor</platform>
|
||||||
<theme>msxturbor</theme>
|
<theme>msxturbor</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>multivision</name>
|
<name>multivision</name>
|
||||||
<fullname>Othello Multivision</fullname>
|
<fullname>Othello Multivision</fullname>
|
||||||
|
|
|
@ -801,6 +801,15 @@
|
||||||
<platform>msxturbor</platform>
|
<platform>msxturbor</platform>
|
||||||
<theme>msxturbor</theme>
|
<theme>msxturbor</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>multivision</name>
|
<name>multivision</name>
|
||||||
<fullname>Othello Multivision</fullname>
|
<fullname>Othello Multivision</fullname>
|
||||||
|
|
|
@ -801,6 +801,15 @@
|
||||||
<platform>msxturbor</platform>
|
<platform>msxturbor</platform>
|
||||||
<theme>msxturbor</theme>
|
<theme>msxturbor</theme>
|
||||||
</system>
|
</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>
|
<system>
|
||||||
<name>multivision</name>
|
<name>multivision</name>
|
||||||
<fullname>Othello Multivision</fullname>
|
<fullname>Othello Multivision</fullname>
|
||||||
|
|
Loading…
Reference in a new issue