mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add download house option
This commit is contained in:
@@ -171,6 +171,16 @@ bool GpSystemServices_Web::HasNativeFileManager() const
|
||||
return false;
|
||||
}
|
||||
|
||||
GpOperatingSystem_t GpSystemServices_Web::GetOperatingSystem() const
|
||||
{
|
||||
return GpOperatingSystems::kWeb;
|
||||
}
|
||||
|
||||
GpOperatingSystemFlavor_t GpSystemServices_Web::GetOperatingSystemFlavor() const
|
||||
{
|
||||
return GpOperatingSystems::kGeneric;
|
||||
}
|
||||
|
||||
unsigned int GpSystemServices_Web::GetCPUCount() const
|
||||
{
|
||||
return SDL_GetCPUCount();
|
||||
|
Reference in New Issue
Block a user