(HardwareInfo) Added Cpuid to the public interface
Also improved the code Former-commit-id: 07025657e01ff21a3581204ce74e180c3a5e7737
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class NzHardwareInfoImpl
|
||||
{
|
||||
public:
|
||||
static void Cpuid(nzUInt32 code, nzUInt32 result[4]);
|
||||
static void Cpuid(nzUInt32 functionId, nzUInt32 subFunctionId, nzUInt32 registers[4]);
|
||||
static unsigned int GetProcessorCount();
|
||||
static bool IsCpuidSupported();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user