Browse Source

Fixed Xbox platform name, courtesy of @walbourn

Sam Lantinga 2 years ago
parent
commit
eb25f6c912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SDL.c

+ 1 - 1
src/SDL.c

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