mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Removed support for the Cave Story (NXEngine) (cavestory) game system
This commit is contained in:
parent
2e0afc784a
commit
f1329c8f37
|
@ -42,7 +42,6 @@ namespace PlatformIds
|
|||
"atomiswave", // Sammy Corporation Atomiswave
|
||||
"bbcmicro", // Acorn Computers BBC Micro
|
||||
"c64", // Commodore 64
|
||||
"cavestory", // Cave Story (NXEngine)
|
||||
"cdimono1", // Philips CD-i
|
||||
"cdtv", // Commodore CDTV
|
||||
"channelf", // Fairchild Channel F
|
||||
|
|
|
@ -41,7 +41,6 @@ namespace PlatformIds
|
|||
ATOMISWAVE,
|
||||
BBC_MICRO,
|
||||
COMMODORE_64,
|
||||
CAVESTORY,
|
||||
PHILIPS_CDI,
|
||||
COMMODORE_CDTV,
|
||||
FAIRCHILD_CHANNELF,
|
||||
|
|
|
@ -60,7 +60,6 @@ namespace
|
|||
{BBC_MICRO, "5013"},
|
||||
{BIT_CORPORATION_GAMATE, "5004"},
|
||||
{CASIO_PV1000, "4964"},
|
||||
{CAVESTORY, "1"},
|
||||
{COLECOVISION, "31"},
|
||||
{COMMODORE_64, "40"},
|
||||
{COMMODORE_AMIGA, "4911"},
|
||||
|
|
|
@ -52,7 +52,6 @@ namespace
|
|||
{BBC_MICRO, 37},
|
||||
{BIT_CORPORATION_GAMATE, 266},
|
||||
{CASIO_PV1000, 74},
|
||||
{CAVESTORY, 135},
|
||||
{COLECO_ADAM, 89},
|
||||
{COLECOVISION, 48},
|
||||
{VTECH_CREATIVISION, 241},
|
||||
|
|
|
@ -109,10 +109,6 @@
|
|||
<name>c64</name>
|
||||
<systemsortname>Computer - 1982</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<systemsortname>Engine - 2004</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<systemsortname>Console - 1991</systemsortname>
|
||||
|
|
|
@ -109,10 +109,6 @@
|
|||
<name>c64</name>
|
||||
<systemsortname>Commodore - Computer - 1982</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<systemsortname>Studio Pixel - Engine - 2004</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<systemsortname>Philips - Console - 1991</systemsortname>
|
||||
|
|
|
@ -109,10 +109,6 @@
|
|||
<name>c64</name>
|
||||
<systemsortname>Commodore - 1982</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<systemsortname>Studio Pixel - 2004</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<systemsortname>Philips - 1991</systemsortname>
|
||||
|
|
|
@ -109,10 +109,6 @@
|
|||
<name>c64</name>
|
||||
<systemsortname>1982</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<systemsortname>2004</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<systemsortname>1991</systemsortname>
|
||||
|
|
|
@ -299,15 +299,6 @@
|
|||
<platform>c64</platform>
|
||||
<theme>c64</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<fullname>Cave Story (NXEngine)</fullname>
|
||||
<path>%ROMPATH%/cavestory</path>
|
||||
<extension>.exe .EXE .7z .7Z .zip .ZIP</extension>
|
||||
<command label="NXEngine">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/nxengine_libretro.dylib %ROM%</command>
|
||||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
|
|
|
@ -308,15 +308,6 @@
|
|||
<platform>c64</platform>
|
||||
<theme>c64</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<fullname>Cave Story (NXEngine)</fullname>
|
||||
<path>%ROMPATH%/cavestory</path>
|
||||
<extension>.exe .EXE .7z .7Z .zip .ZIP</extension>
|
||||
<command label="NXEngine">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/nxengine_libretro.so %ROM%</command>
|
||||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
|
|
|
@ -305,15 +305,6 @@
|
|||
<platform>c64</platform>
|
||||
<theme>c64</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cavestory</name>
|
||||
<fullname>Cave Story (NXEngine)</fullname>
|
||||
<path>%ROMPATH%\cavestory</path>
|
||||
<extension>.exe .EXE .7z .7Z .zip .ZIP</extension>
|
||||
<command label="NXEngine">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\nxengine_libretro.dll %ROM%</command>
|
||||
<platform>cavestory</platform>
|
||||
<theme>cavestory</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>cdimono1</name>
|
||||
<fullname>Philips CD-i</fullname>
|
||||
|
|
Loading…
Reference in a new issue