mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Don't log GPU device on dedicated
This commit is contained in:
parent
3ea49766c6
commit
d46061a55a
@ -250,6 +250,7 @@ void Winsock_Shutdown()
|
||||
}
|
||||
void QuerySystemInfo()
|
||||
{
|
||||
#ifndef DEDICATED
|
||||
for (int i = 0; ; i++)
|
||||
{
|
||||
DISPLAY_DEVICE dd = { sizeof(dd), {0} };
|
||||
@ -266,6 +267,7 @@ void QuerySystemInfo()
|
||||
spdlog::info("{:25s}: '{:s}'\n", "GPU model identifier", szDeviceName);
|
||||
}
|
||||
}
|
||||
#endif // !DEDICATED
|
||||
|
||||
const CPUInformation& pi = GetCPUInformation();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user