mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 03:10:31 +00:00
Reporting: add a couple missing platforms.
This commit is contained in:
parent
8abe4dc621
commit
8d4299a4d2
@ -213,6 +213,8 @@ namespace Reporting
|
||||
// TODO: Do we care about OS version?
|
||||
#if defined(ANDROID)
|
||||
return "Android";
|
||||
#elif defined(_WIN64)
|
||||
return "Windows 64";
|
||||
#elif defined(_WIN32)
|
||||
return "Windows";
|
||||
#elif defined(IOS)
|
||||
@ -227,6 +229,10 @@ namespace Reporting
|
||||
return "Blackberry";
|
||||
#elif defined(LOONGSON)
|
||||
return "Loongson";
|
||||
#elif defined(MEEGO_EDITION_HARMATTAN)
|
||||
return "Nokia N9/N950";
|
||||
#elif defined(__linux__)
|
||||
return "Linux";
|
||||
#else
|
||||
return "Unknown";
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user