Added support for the M.U.G.E.N Game Engine (mugen) game system.

This commit is contained in:
Leon Styhre 2022-07-05 17:05:34 +02:00
parent a265a37312
commit fe30e8241b
5 changed files with 29 additions and 0 deletions

View file

@ -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

View file

@ -73,6 +73,7 @@ namespace PlatformIds
MSX,
MSX2,
MSX_TURBO_R,
GAMEENGINE_MUGEN,
NINTENDO_3DS,
NINTENDO_64,
SEGA_NAOMI,

View file

@ -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>

View file

@ -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>

View file

@ -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>