mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
gpu_metrics: send v1_0 to sysfs instead
This commit is contained in:
parent
bd2f7b24b8
commit
5167e72649
@ -54,6 +54,7 @@ bool amdgpu_check_metrics(const std::string& path)
|
||||
switch (header.structure_size)
|
||||
{
|
||||
case 80: // v1_0, not naturally aligned
|
||||
return false;
|
||||
case 96: // v1_1
|
||||
case 104: // v1_2
|
||||
case sizeof(gpu_metrics_v1_3): // v2.0, v2.1
|
||||
|
Loading…
Reference in New Issue
Block a user