mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fixed physical core count always returning logical core count (this engine does not run on the AMD Phenom processor).
18 lines
548 B
C
18 lines
548 B
C
#pragma once
|
|
namespace
|
|
{
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
/* ==== ------- ========================================================================================================================================================= */
|
|
}
|
|
|
|
void R5Dev_Init();
|
|
void R5Dev_Shutdown();
|
|
|
|
void Systems_Init();
|
|
void Systems_Shutdown();
|
|
|
|
void WS_Init();
|
|
void WS_Shutdown();
|
|
void QuerySystemInfo();
|
|
void PrintHAddress();
|