Added support for the LowRes NX Fantasy Console (lowresnx) game system

This commit is contained in:
Leon Styhre 2023-07-04 20:28:21 +02:00
parent 3cd9fc59a5
commit 22130544ce
10 changed files with 2811 additions and 2765 deletions

View file

@ -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

View file

@ -68,6 +68,7 @@ namespace PlatformIds
INTELLIVISION,
LCD_GAMES,
GAMEENGINE_LOVE,
GAMEENGINE_LOWRES_NX,
GAMEENGINE_LUTRO,
APPLE_MACINTOSH,
SEGA_MASTER_SYSTEM,

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>