Added DREAMM standalone as an alternative emulator for the dos, pc and scummvm systems on Linux, macOS and Windows

This commit is contained in:
Leon Styhre 2024-12-03 17:35:04 +01:00
parent 5087ffb566
commit a89e5c9ddd
8 changed files with 45 additions and 0 deletions

View file

@ -65,6 +65,7 @@ Emulators\demul\demul.exe
Emulators\Dolphin-x64\Dolphin.exe
Emulators\dosbox-staging\dosbox.exe
Emulators\DOSBox-X\dosbox-x.exe
Emulators\dreamm\dreamm.exe
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe
Emulators\EasyRPG\Player.exe

View file

@ -292,6 +292,18 @@
<entry>~/.local/share/flatpak/exports/bin/com.dosbox_x.DOSBox-X</entry>
</rule>
</emulator>
<emulator name="DREAMM">
<!-- LucasArts game engine DREAMM -->
<rule type="systempath">
<entry>dreamm</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/dreamm/dreamm</entry>
<entry>~/.local/share/applications/dreamm/dreamm</entry>
<entry>~/.local/bin/dreamm/dreamm</entry>
<entry>~/bin/dreamm/dreamm</entry>
</rule>
</emulator>
<emulator name="DUCKSTATION">
<!-- Sony PlayStation 1 emulator DuckStation -->
<rule type="systempath">

View file

@ -564,6 +564,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/virtualxt_libretro.so %ROM%</command>
<platform>dos</platform>
<theme>dos</theme>
@ -1460,6 +1461,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/virtualxt_libretro.so %ROM%</command>
<platform>pc</platform>
<theme>pc</theme>
@ -1729,6 +1731,7 @@
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
<command label="ScummVM">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/scummvm_libretro.so %ROM%</command>
<command label="ScummVM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_SCUMMVM% %BASENAME%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>

View file

@ -101,6 +101,12 @@
<entry>/usr/local/bin/dosbox-x</entry>
</rule>
</emulator>
<emulator name="DREAMM">
<!-- LucasArts game engine DREAMM -->
<rule type="staticpath">
<entry>/Applications/dreamm.app/Contents/MacOS/dreamm</entry>
</rule>
</emulator>
<emulator name="DUCKSTATION">
<!-- Sony PlayStation 1 emulator DuckStation -->
<rule type="staticpath">

View file

@ -541,6 +541,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/virtualxt_libretro.dylib %ROM%</command>
<platform>dos</platform>
<theme>dos</theme>
@ -1378,6 +1379,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/virtualxt_libretro.dylib %ROM%</command>
<platform>pc</platform>
<theme>pc</theme>
@ -1632,6 +1634,7 @@
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
<command label="ScummVM">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/scummvm_libretro.dylib %ROM%</command>
<command label="ScummVM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_SCUMMVM% %BASENAME%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>

View file

@ -275,6 +275,16 @@
<entry>%ESPATH%\..\Emulators\DOSBox-X\dosbox-x.exe</entry>
</rule>
</emulator>
<emulator name="DREAMM">
<!-- LucasArts game engine DREAMM -->
<rule type="systempath">
<entry>dreamm.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\dreamm\dreamm.exe</entry>
<entry>%ESPATH%\..\Emulators\dreamm\dreamm.exe</entry>
</rule>
</emulator>
<emulator name="DUCKSTATION">
<!-- Sony PlayStation 1 emulator DuckStation -->
<rule type="systempath">

View file

@ -179,6 +179,13 @@
<entry>%ESPATH%\..\Emulators\DOSBox-X\dosbox-x.exe</entry>
</rule>
</emulator>
<emulator name="DREAMM">
<!-- LucasArts game engine DREAMM -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\dreamm\dreamm.exe</entry>
<entry>%ESPATH%\..\Emulators\dreamm\dreamm.exe</entry>
</rule>
</emulator>
<emulator name="DUCKSTATION">
<!-- Sony PlayStation 1 emulator DuckStation -->
<rule type="staticpath">

View file

@ -562,6 +562,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\dosbox_svn_libretro.dll %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\virtualxt_libretro.dll %ROM%</command>
<platform>dos</platform>
<theme>dos</theme>
@ -1452,6 +1453,7 @@
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\dosbox_svn_libretro.dll %ROM%</command>
<command label="DOSBox-X (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-X% %ROM%</command>
<command label="DOSBox Staging (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DOSBOX-STAGING% %ROM%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<command label="VirtualXT">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\virtualxt_libretro.dll %ROM%</command>
<platform>pc</platform>
<theme>pc</theme>
@ -1721,6 +1723,7 @@
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
<command label="ScummVM">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\scummvm_libretro.dll %ROM%</command>
<command label="ScummVM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_SCUMMVM% %BASENAME%</command>
<command label="DREAMM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_DREAMM% .</command>
<platform>scummvm</platform>
<theme>scummvm</theme>
</system>