mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Update macOS system name
This commit is contained in:
parent
5fbf2d7713
commit
c824fabd53
@ -108,7 +108,7 @@ std::string System_GetProperty(SystemProperty prop) {
|
||||
#elif defined(_WIN32)
|
||||
return "Qt:Windows";
|
||||
#elif defined(Q_OS_MAC)
|
||||
return "Qt:Mac";
|
||||
return "Qt:macOS";
|
||||
#else
|
||||
return "Qt";
|
||||
#endif
|
||||
|
@ -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…
Reference in New Issue
Block a user