Fixed Xbox platform name, courtesy of @walbourn

main
Sam Lantinga 2022-09-21 14:22:38 -07:00
parent 098a7a043e
commit eb25f6c912
1 changed files with 1 additions and 1 deletions

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__