mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added configuration for the OpenBOR game engine on Linux and Windows.
This commit is contained in:
parent
46790fc1cb
commit
973f88a5f8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue