mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
* Feature: Reimplement POSIX CPU information.
* BugFix: Correct a typo in setProcessoInformation -> setProcessorInformation.
This commit is contained in:
parent
c687c0d23a
commit
2368f1d97c
5 changed files with 221 additions and 17 deletions
|
|
@ -64,7 +64,7 @@ namespace CPUInfo
|
|||
EConfig CPUCount( U32& totalAvailableLogical, U32& totalAvailableCores );
|
||||
} // namespace CPUInfo
|
||||
|
||||
void SetProcessoInfo(Platform::SystemInfo_struct::Processor& pInfo, char* vendor, char* brand);
|
||||
void SetProcessorInfo(Platform::SystemInfo_struct::Processor& pInfo, const char* vendor, const char* brand);
|
||||
|
||||
#endif // _TORQUE_PLATFORM_PLATFORMCOUNT_H_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue