Added configuration for the OpenBOR game engine on Linux and Windows.

This commit is contained in:
Leon Styhre 2022-05-13 20:41:22 +02:00
parent 46790fc1cb
commit 973f88a5f8
2 changed files with 4 additions and 4 deletions

View file

@ -867,8 +867,8 @@
<name>openbor</name>
<fullname>OpenBOR Game Engine</fullname>
<path>%ROMPATH%/openbor</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.AppImage</extension>
<command>%STARTDIR%=%GAMEDIR% %EMULATOR_OS-SHELL% -c "%ROM%"</command>
<platform>openbor</platform>
<theme>openbor</theme>
</system>

View file

@ -864,8 +864,8 @@
<name>openbor</name>
<fullname>OpenBOR Game Engine</fullname>
<path>%ROMPATH%\openbor</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.exe .EXE .lnk .LNK</extension>
<command>%HIDEWINDOW% %ESCAPESPECIALS% %STARTDIR%=%GAMEDIR% %EMULATOR_OS-SHELL% /C %ROM%</command>
<platform>openbor</platform>
<theme>openbor</theme>
</system>