From f11abcafcde9c2012081733f9b8c38fdf94fa85e Mon Sep 17 00:00:00 2001 From: Columbus Date: Mon, 27 Nov 2017 18:37:10 +0300 Subject: [PATCH] Some upgrates --- Info.hpp | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Info.hpp b/Info.hpp index 2f5c550..f3d7d1a 100644 --- a/Info.hpp +++ b/Info.hpp @@ -31,11 +31,11 @@ namespace Columbus unsigned long GetRAMFree(); unsigned long GetRAMThis(); int GetRAMUsage(); + int GetGPUUsage(); + float GetGPUTemperature(); unsigned long GetGPUMemorySize(); unsigned long GetGPUMemoryFree(); - int GetGPUUsage(); int GetGPUMemoryUsage(); - float GetGPUTemperature(); int GetCPUCount() { @@ -222,20 +222,6 @@ namespace Columbus return 0; } - unsigned long GetGPUMemorySize() - { - #ifdef COLUMBUS_PLATFORM_WINDOWS - - #endif - - return 0; - } - - unsigned long GetGPUMemoryFree() - { - - } - float GetGPUTemperature() { #ifdef __linux__