Added initial support for the Microsoft Xbox One (xboxone) game system

This commit is contained in:
Leon Styhre 2025-03-23 19:19:01 +01:00
parent 8f13b1caf4
commit aebbc15575
9 changed files with 57 additions and 0 deletions

View file

@ -157,6 +157,7 @@ namespace PlatformIds
"x68000", // Sharp X68000
"xbox", // Microsoft Xbox
"xbox360", // Microsoft Xbox 360
"xboxone", // Microsoft Xbox One
"zmachine", // Infocom Z-machine
"zx81", // Sinclair ZX81
"zxnext", // Sinclair ZX Spectrum Next

View file

@ -156,6 +156,7 @@ namespace PlatformIds
SHARP_X68000,
MICROSOFT_XBOX,
MICROSOFT_XBOX_360,
MICROSOFT_XBOX_ONE,
GAMEENGINE_Z_MACHINE,
SINCLAIR_ZX81_SINCLAR,
SINCLAIR_ZX_SPECTRUM_NEXT,

View file

@ -79,6 +79,7 @@ namespace
{LCD_GAMES, 75},
{MICROSOFT_XBOX, 32},
{MICROSOFT_XBOX_360, 33},
{MICROSOFT_XBOX_ONE, 34},
{MSX, 113},
{MSX2, 116},
{MSX_TURBO_R, 118},

View file

@ -2153,6 +2153,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%/xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>

View file

@ -1889,6 +1889,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%/xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>

View file

@ -2328,6 +2328,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%/xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>

View file

@ -2181,6 +2181,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%/xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>

View file

@ -2256,6 +2256,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%/xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>

View file

@ -2307,6 +2307,15 @@
<platform>xbox360</platform>
<theme>xbox360</theme>
</system>
<system>
<name>xboxone</name>
<fullname>Microsoft Xbox One</fullname>
<path>%ROMPATH%\xboxone</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>xboxone</platform>
<theme>xboxone</theme>
</system>
<system>
<name>zmachine</name>
<fullname>Infocom Z-machine</fullname>