mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Unify love.system.getOS and love._os implementations.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
/**
|
||||
* Gets the current operating system.
|
||||
**/
|
||||
std::string getOS() const;
|
||||
static const char *getOS();
|
||||
|
||||
/**
|
||||
* Gets the number of reported CPU cores on the current system.
|
||||
|
||||
Reference in New Issue
Block a user