Changed the emulator directory for Model 2 Emulator from Model2 to m2emulator.

Also changed the find rule name from MODEL2 to M2EMULATOR.
This commit is contained in:
Leon Styhre 2022-06-20 21:40:50 +02:00
parent 1b6044aea2
commit a5f78a97fe
4 changed files with 23 additions and 23 deletions

View file

@ -35,10 +35,10 @@ Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
Emulators\flycast\flycast.exe Emulators\flycast\flycast.exe
Emulators\Hypseus Singe\hypseus.exe Emulators\Hypseus Singe\hypseus.exe
Emulators\m2emulator\EMULATOR.EXE
Emulators\mame\mame.exe Emulators\mame\mame.exe
Emulators\melonDS\melonDS.exe Emulators\melonDS\melonDS.exe
Emulators\mGBA\mGBA.exe Emulators\mGBA\mGBA.exe
Emulators\Model2\EMULATOR.EXE
Emulators\mupen64plus\mupen64plus-ui-console.exe Emulators\mupen64plus\mupen64plus-ui-console.exe
Emulators\Oricutron\oricutron.exe Emulators\Oricutron\oricutron.exe
Emulators\PCSX2\pcsx2.exe Emulators\PCSX2\pcsx2.exe

View file

@ -177,6 +177,17 @@
<entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry> <entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="M2EMULATOR">
<!-- Sega Model 2 Emulator -->
<rule type="systempath">
<entry>EMULATOR.EXE</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\m2emulator\EMULATOR.EXE</entry>
<entry>%ESPATH%\m2emulator\EMULATOR.EXE</entry>
<entry>%ESPATH%\..\m2emulator\EMULATOR.EXE</entry>
</rule>
</emulator>
<emulator name="MAME"> <emulator name="MAME">
<!-- Arcade emulator MAME --> <!-- Arcade emulator MAME -->
<rule type="systempath"> <rule type="systempath">
@ -215,17 +226,6 @@
<entry>%ESPATH%\..\mGBA\mGBA.exe</entry> <entry>%ESPATH%\..\mGBA\mGBA.exe</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="MODEL2">
<!-- Sega Model 2 Emulator -->
<rule type="systempath">
<entry>EMULATOR.EXE</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Model2\EMULATOR.EXE</entry>
<entry>%ESPATH%\Model2\EMULATOR.EXE</entry>
<entry>%ESPATH%\..\Model2\EMULATOR.EXE</entry>
</rule>
</emulator>
<emulator name="MUPEN64PLUS"> <emulator name="MUPEN64PLUS">
<!-- Nintendo 64 emulator Mupen64Plus --> <!-- Nintendo 64 emulator Mupen64Plus -->
<rule type="systempath"> <rule type="systempath">

View file

@ -117,6 +117,14 @@
<entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry> <entry>%ESPATH%\..\Hypseus Singe\hypseus.exe</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="M2EMULATOR">
<!-- Sega Model 2 Emulator -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\m2emulator\EMULATOR.EXE</entry>
<entry>%ESPATH%\m2emulator\EMULATOR.EXE</entry>
<entry>%ESPATH%\..\m2emulator\EMULATOR.EXE</entry>
</rule>
</emulator>
<emulator name="MAME"> <emulator name="MAME">
<!-- Arcade emulator MAME --> <!-- Arcade emulator MAME -->
<rule type="staticpath"> <rule type="staticpath">
@ -141,14 +149,6 @@
<entry>%ESPATH%\..\mGBA\mGBA.exe</entry> <entry>%ESPATH%\..\mGBA\mGBA.exe</entry>
</rule> </rule>
</emulator> </emulator>
<emulator name="MODEL2">
<!-- Sega Model 2 Emulator -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\Model2\EMULATOR.EXE</entry>
<entry>%ESPATH%\Model2\EMULATOR.EXE</entry>
<entry>%ESPATH%\..\Model2\EMULATOR.EXE</entry>
</rule>
</emulator>
<emulator name="MUPEN64PLUS"> <emulator name="MUPEN64PLUS">
<!-- Nintendo 64 emulator Mupen64Plus --> <!-- Nintendo 64 emulator Mupen64Plus -->
<rule type="staticpath"> <rule type="staticpath">

View file

@ -121,7 +121,7 @@
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command> <command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command> <command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command> <command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command> <command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% -fullscreen %ROM%</command> <command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% -fullscreen %ROM%</command>
<platform>arcade</platform> <platform>arcade</platform>
<theme>arcade</theme> <theme>arcade</theme>
@ -624,7 +624,7 @@
<command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command> <command label="FB Alpha 2012">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fbalpha2012_libretro.dll %ROM%</command>
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command> <command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command> <command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command> <command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% -fullscreen %ROM%</command> <command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% -fullscreen %ROM%</command>
<platform>arcade</platform> <platform>arcade</platform>
<theme>mame</theme> <theme>mame</theme>
@ -708,7 +708,7 @@
<fullname>Sega Model 2</fullname> <fullname>Sega Model 2</fullname>
<path>%ROMPATH%\model2</path> <path>%ROMPATH%\model2</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.7z .7Z .zip .ZIP</extension>
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command> <command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_M2EMULATOR% %BASENAME%</command>
<platform>arcade</platform> <platform>arcade</platform>
<theme>model2</theme> <theme>model2</theme>
</system> </system>