mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-10 01:10:27 +00:00
Fix uint64_t error in msvc
This commit is contained in:
parent
474650fb2c
commit
2c334a3726
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user