mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Add missing override
This commit is contained in:
parent
61813767c7
commit
fe73ae8526
@ -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…
Reference in New Issue
Block a user