mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
move perfquery enable checks into videocommon (caller side)
This commit is contained in:
parent
5a660c27bc
commit
1f4219b5b4
8 changed files with 9 additions and 52 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
// Checks if performance queries are enabled in the gameini configuration.
|
||||
// NOTE: Called from CPU+GPU thread
|
||||
bool ShouldEmulate() const;
|
||||
static bool ShouldEmulate();
|
||||
|
||||
// Begin querying the specified value for the following host GPU commands
|
||||
virtual void EnableQuery(PerfQueryGroup type) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue