From 973f88a5f877b067c4aca157176566d5e2ba60e3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 13 May 2022 20:41:22 +0200 Subject: [PATCH] Added configuration for the OpenBOR game engine on Linux and Windows. --- resources/systems/unix/es_systems.xml | 4 ++-- resources/systems/windows/es_systems.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index 149523fd1..3e001f708 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -867,8 +867,8 @@ openbor OpenBOR Game Engine %ROMPATH%/openbor - .7z .7Z .zip .ZIP - PLACEHOLDER %ROM% + .AppImage + %STARTDIR%=%GAMEDIR% %EMULATOR_OS-SHELL% -c "%ROM%" openbor openbor diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index d29a3453b..297c8cd45 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -864,8 +864,8 @@ openbor OpenBOR Game Engine %ROMPATH%\openbor - .7z .7Z .zip .ZIP - PLACEHOLDER %ROM% + .exe .EXE .lnk .LNK + %HIDEWINDOW% %ESCAPESPECIALS% %STARTDIR%=%GAMEDIR% %EMULATOR_OS-SHELL% /C %ROM% openbor openbor