Always try to update exec's

This commit is contained in:
FlightlessMango 2020-12-16 03:43:14 +01:00
parent 2c99138374
commit 0162fb913c

View File

@ -70,7 +70,6 @@ void update_hw_info(struct swapchain_stats& sw_stats, struct overlay_params& par
graph_data.push_back({0, 0, cpuStats.GetCPUDataTotal().percent, gpu_info.load, cpuStats.GetCPUDataTotal().temp, graph_data.push_back({0, 0, cpuStats.GetCPUDataTotal().percent, gpu_info.load, cpuStats.GetCPUDataTotal().temp,
gpu_info.temp, gpu_info.CoreClock, gpu_info.MemClock, gpu_info.memoryUsed, memused}); gpu_info.temp, gpu_info.CoreClock, gpu_info.MemClock, gpu_info.memoryUsed, memused});
logger->notify_data_valid(); logger->notify_data_valid();
if (params.enabled[OVERLAY_PARAM_ENABLED_exec])
HUDElements.update_exec(); HUDElements.update_exec();
} }