Update macOS system name
This commit is contained in:
parent
5fbf2d7713
commit
c824fabd53
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ std::string System_GetProperty(SystemProperty prop) {
|
|||
#elif __linux__
|
||||
return "SDL:Linux";
|
||||
#elif __APPLE__
|
||||
return "SDL:OSX";
|
||||
return "SDL:macOS";
|
||||
#else
|
||||
return "SDL:";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue