Fix uint64_t error in msvc

This commit is contained in:
FlightlessMango 2020-06-24 00:30:28 +02:00
parent 474650fb2c
commit 2c334a3726

View File

@ -11,7 +11,7 @@ using namespace std;
string os, cpu, gpu, ram, kernel, driver;
bool sysInfoFetched = false;
int gpuLoadLog = 0, cpuLoadLog = 0;
int64_t elapsedLog;
uint64_t elapsedLog;
struct logData{
double fps;