mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the LowRes NX Fantasy Console (lowresnx) game system
This commit is contained in:
parent
3cd9fc59a5
commit
22130544ce
|
@ -69,6 +69,7 @@ namespace PlatformIds
|
|||
"intellivision", // Mattel Electronics Intellivision
|
||||
"lcdgames", // LCD Handheld Games
|
||||
"love", // ChaiLove Game Engine
|
||||
"lowresnx", // LowRes NX Fantasy Console
|
||||
"lutro", // Lutro Game Engine
|
||||
"macintosh", // Apple Macintosh
|
||||
"mastersystem", // Sega Master System
|
||||
|
@ -101,7 +102,7 @@ namespace PlatformIds
|
|||
"pcenginecd", // NEC PC Engine CD / TurboGrafx-CD
|
||||
"pcfx", // NEC PC-FX
|
||||
"pcwindows", // PC (Windows)
|
||||
"pico8", // PICO-8 Fantasy Console (game engine)
|
||||
"pico8", // PICO-8 Fantasy Console
|
||||
"pokemini", // Nintendo Pokémon Mini
|
||||
"ps2", // Sony PlayStation 2
|
||||
"ps3", // Sony PlayStation 3
|
||||
|
|
|
@ -68,6 +68,7 @@ namespace PlatformIds
|
|||
INTELLIVISION,
|
||||
LCD_GAMES,
|
||||
GAMEENGINE_LOVE,
|
||||
GAMEENGINE_LOWRES_NX,
|
||||
GAMEENGINE_LUTRO,
|
||||
APPLE_MACINTOSH,
|
||||
SEGA_MASTER_SYSTEM,
|
||||
|
|
|
@ -63,6 +63,7 @@ namespace
|
|||
{FUJITSU_FM_TOWNS, 253},
|
||||
{INTELLIVISION, 115},
|
||||
{GAMEENGINE_LUTRO, 206},
|
||||
{GAMEENGINE_LOWRES_NX, 244},
|
||||
{GAMEENGINE_WASM4, 262},
|
||||
{APPLE_MACINTOSH, 146},
|
||||
{GOOGLE_ANDROID, 63},
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -726,6 +726,15 @@
|
|||
<platform>lcdgames, gameandwatch</platform>
|
||||
<theme>lcdgames</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lowresnx</name>
|
||||
<fullname>LowRes NX Fantasy Console</fullname>
|
||||
<path>%ROMPATH%/lowresnx</path>
|
||||
<extension>.nx .NX</extension>
|
||||
<command label="LowRes NX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/lowresnx_libretro.dylib %ROM%</command>
|
||||
<platform>lowresnx</platform>
|
||||
<theme>lowresnx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutris</name>
|
||||
<fullname>Lutris Open Gaming Platform</fullname>
|
||||
|
|
|
@ -748,6 +748,15 @@
|
|||
<platform>lcdgames, gameandwatch</platform>
|
||||
<theme>lcdgames</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lowresnx</name>
|
||||
<fullname>LowRes NX Fantasy Console</fullname>
|
||||
<path>%ROMPATH%/lowresnx</path>
|
||||
<extension>.nx .NX</extension>
|
||||
<command label="LowRes NX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/lowresnx_libretro.so %ROM%</command>
|
||||
<platform>lowresnx</platform>
|
||||
<theme>lowresnx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutris</name>
|
||||
<fullname>Lutris Open Gaming Platform</fullname>
|
||||
|
|
|
@ -749,6 +749,15 @@
|
|||
<platform>lcdgames, gameandwatch</platform>
|
||||
<theme>lcdgames</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lowresnx</name>
|
||||
<fullname>LowRes NX Fantasy Console</fullname>
|
||||
<path>%ROMPATH%\lowresnx</path>
|
||||
<extension>.nx .NX</extension>
|
||||
<command label="LowRes NX">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\lowresnx_libretro.dll %ROM%</command>
|
||||
<platform>lowresnx</platform>
|
||||
<theme>lowresnx</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutris</name>
|
||||
<fullname>Lutris Open Gaming Platform</fullname>
|
||||
|
|
Loading…
Reference in a new issue