This commit is contained in:
goeiecool9999 2022-09-10 04:29:11 +02:00 committed by klaas
parent 27f1220c24
commit 51717564ff

View File

@ -702,7 +702,7 @@ void LatteOverlay_updateStats(double fps, sint32 drawcalls)
g_state.ram_usage = (pmc.WorkingSetSize / 1000) / 1000;
#endif
#if BOOS_OS_LINUX
#if BOOST_OS_LINUX
// update cemu cpu
timespec now_nano;
rusage usageData;