From 4690f6f2e09373ee4592e477a2e41a729a4216c5 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 11 Feb 2023 16:23:09 +0100 Subject: [PATCH] Add note in 'CPUInformation' --- r5dev/tier0/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/r5dev/tier0/platform.h b/r5dev/tier0/platform.h index d9619b27..1353f240 100644 --- a/r5dev/tier0/platform.h +++ b/r5dev/tier0/platform.h @@ -791,6 +791,7 @@ struct CPUInformation int64_t m_Speed; // In cycles per second. + // Any member below doesn't exist in the game engine! char* m_szProcessorID; // Processor vendor Identification. char* m_szProcessorBrand; // Processor brand string, if available