mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
PerfQueryBase: Move common implementation variables into base class
This commit is contained in:
parent
7506c386cf
commit
63393570fb
5 changed files with 10 additions and 11 deletions
|
@ -22,7 +22,6 @@ PerfQueryBase* GetPerfQuery()
|
|||
|
||||
PerfQuery::PerfQuery()
|
||||
: m_query_read_pos()
|
||||
, m_query_count()
|
||||
{
|
||||
ResetQuery();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue