mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Return quarter value for PerfQuery in all backends.
This commit is contained in:
parent
970ddf0ea0
commit
ddd2b598da
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ u32 PerfQuery::GetQueryResult(PerfQueryType type)
|
|||
result = m_results[PQG_EFB_COPY_CLOCKS].load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
return result;
|
||||
return result / 4;
|
||||
}
|
||||
|
||||
// Implementations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue