mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +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
|
@ -31,6 +31,7 @@
|
|||
#include "VertexShaderManager.h"
|
||||
#include "Thread.h"
|
||||
#include "HW/Memmap.h"
|
||||
#include "PerfQueryBase.h"
|
||||
|
||||
using namespace BPFunctions;
|
||||
|
||||
|
@ -487,7 +488,7 @@ void BPWritten(const BPCmd& bp)
|
|||
|
||||
case BPMEM_CLEAR_PIXEL_PERF:
|
||||
// GXClearPixMetric writes 0xAAA here, Sunshine alternates this register between values 0x000 and 0xAAA
|
||||
g_renderer->ResetPixelPerf();
|
||||
g_perf_query->ResetQuery();
|
||||
break;
|
||||
|
||||
case BPMEM_PRELOAD_ADDR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue