mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
OGL: Implement pixel metrics (untested)
This commit is contained in:
parent
4d8d86bd6a
commit
cf8744cf2c
10 changed files with 166 additions and 13 deletions
3
Source/Core/VideoCommon/Src/PerfQueryBase.cpp
Normal file
3
Source/Core/VideoCommon/Src/PerfQueryBase.cpp
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "PerfQueryBase.h"
|
||||
|
||||
PerfQueryBase* g_perf_query = 0;
|
Loading…
Add table
Add a link
Reference in a new issue