mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Return correct value for macOS
This commit is contained in:
@@ -107,7 +107,11 @@ bool GpSystemServices_X::HasNativeFileManager() const
|
||||
|
||||
GpOperatingSystem_t GpSystemServices_X::GetOperatingSystem() const
|
||||
{
|
||||
#ifdef __MACOS__
|
||||
return GpOperatingSystems::kMacOS;
|
||||
#else
|
||||
return GpOperatingSystems::kLinux;
|
||||
#endif
|
||||
}
|
||||
|
||||
GpOperatingSystemFlavor_t GpSystemServices_X::GetOperatingSystemFlavor() const
|
||||
|
Reference in New Issue
Block a user