mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-18 07:03:48 -04:00
Reformat all the things!
This commit is contained in:
@@ -52,8 +52,9 @@ bool PerfQuery::Initialize()
|
||||
}
|
||||
|
||||
g_command_buffer_mgr->AddFencePointCallback(
|
||||
this, std::bind(&PerfQuery::OnCommandBufferQueued, this, std::placeholders::_1,
|
||||
std::placeholders::_2),
|
||||
this,
|
||||
std::bind(&PerfQuery::OnCommandBufferQueued, this, std::placeholders::_1,
|
||||
std::placeholders::_2),
|
||||
std::bind(&PerfQuery::OnCommandBufferExecuted, this, std::placeholders::_1));
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user