mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Add missing override
This commit is contained in:
parent
61813767c7
commit
fe73ae8526
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
void ResetQuery() override {}
|
||||
u32 GetQueryResult(PerfQueryType type) override { return 0; }
|
||||
void FlushResults() override {}
|
||||
bool IsFlushed() const { return true; }
|
||||
bool IsFlushed() const override { return true; }
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue