(svn r23481) -Add: Function to get the CPU core count.
This commit is contained in:
@@ -210,3 +210,8 @@ void CSleep(int milliseconds)
|
||||
|
||||
const char *FS2OTTD(const char *name) {return name;}
|
||||
const char *OTTD2FS(const char *name) {return name;}
|
||||
|
||||
uint GetCPUCoreCount()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user