mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Removed support for the Adventure Game Studio Game Engine (ags) game system
This commit is contained in:
parent
dda266e10e
commit
6dc8d1198d
|
@ -19,7 +19,6 @@ namespace PlatformIds
|
|||
|
||||
"3do", // 3DO Interactive Multiplayer
|
||||
"adam", // Coleco Adam
|
||||
"ags", // Adventure Game Studio Game Engine
|
||||
"amiga", // Commodore Amiga
|
||||
"amigacd32", // Commodore Amiga CD32
|
||||
"amstradcpc", // Amstrad CPC
|
||||
|
|
|
@ -18,7 +18,6 @@ namespace PlatformIds
|
|||
|
||||
THREEDO, // Names can't start with a number.
|
||||
COLECO_ADAM,
|
||||
GAMEENGINE_ADVENTUREGAMESTUDIO,
|
||||
COMMODORE_AMIGA,
|
||||
COMMODORE_AMIGA_CD32,
|
||||
AMSTRAD_CPC,
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<name>adam</name>
|
||||
<systemsortname>Computer - 1983</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<systemsortname>Engine - 1997</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<systemsortname>Computer - 1985</systemsortname>
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<name>adam</name>
|
||||
<systemsortname>Coleco - Computer - 1983</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<systemsortname>Chris Jones - Engine - 1997</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<systemsortname>Commodore - Computer - 1985</systemsortname>
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<name>adam</name>
|
||||
<systemsortname>Coleco - 1983</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<systemsortname>Chris Jones - 1997</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<systemsortname>Commodore - 1985</systemsortname>
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
<name>adam</name>
|
||||
<systemsortname>1983</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<systemsortname>1997</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<systemsortname>1985</systemsortname>
|
||||
|
|
|
@ -22,15 +22,6 @@
|
|||
<platform>adam</platform>
|
||||
<theme>adam</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<fullname>Adventure Game Studio Game Engine</fullname>
|
||||
<path>%ROMPATH%/ags</path>
|
||||
<extension>.app .sh</extension>
|
||||
<command label="Native binary">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>ags</platform>
|
||||
<theme>ags</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<fullname>Commodore Amiga</fullname>
|
||||
|
|
|
@ -22,15 +22,6 @@
|
|||
<platform>adam</platform>
|
||||
<theme>adam</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<fullname>Adventure Game Studio Game Engine</fullname>
|
||||
<path>%ROMPATH%/ags</path>
|
||||
<extension>.desktop .sh</extension>
|
||||
<command label="Native binary">%STARTDIR%=%GAMEDIR% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>ags</platform>
|
||||
<theme>ags</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<fullname>Commodore Amiga</fullname>
|
||||
|
|
|
@ -22,15 +22,6 @@
|
|||
<platform>adam</platform>
|
||||
<theme>adam</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>ags</name>
|
||||
<fullname>Adventure Game Studio Game Engine</fullname>
|
||||
<path>%ROMPATH%\ags</path>
|
||||
<extension>.lnk .LNK</extension>
|
||||
<command label="Native binary">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>ags</platform>
|
||||
<theme>ags</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>amiga</name>
|
||||
<fullname>Commodore Amiga</fullname>
|
||||
|
|
Loading…
Reference in a new issue