mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Add virtual Initialize() to PerfQueryBase
Both DX12 and Vulkan already had one.
This commit is contained in:
parent
3c73707dfe
commit
8bc8e43dd6
5 changed files with 9 additions and 18 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
|
||||
static PerfQuery* GetInstance() { return static_cast<PerfQuery*>(g_perf_query.get()); }
|
||||
|
||||
bool Initialize();
|
||||
bool Initialize() override;
|
||||
void ResolveQueries();
|
||||
|
||||
void EnableQuery(PerfQueryGroup group) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue