Fixed Xbox platform name, courtesy of @walbourn

This commit is contained in:
Sam Lantinga 2022-09-21 14:22:38 -07:00
parent 098a7a043e
commit eb25f6c912

View file

@ -586,7 +586,7 @@ SDL_GetPlatform(void)
#elif __XBOXONE__
return "Xbox One";
#elif __XBOXSERIES__
return "Xbox Series";
return "Xbox Series X|S";
#elif __TVOS__
return "tvOS";
#elif __IPHONEOS__