mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-05 01:42:41 +00:00
Video_Software: Implement PE pixel metrics
This commit is contained in:
parent
cf8744cf2c
commit
26de63a8cd
4 changed files with 56 additions and 9 deletions
|
@ -90,6 +90,15 @@ void SWBPWritten(int address, int newvalue)
|
|||
SWPixelEngine::pereg.boxBottom = newvalue >> 10;
|
||||
SWPixelEngine::pereg.boxTop = newvalue & 0x3ff;
|
||||
break;
|
||||
case BPMEM_CLEAR_PIXEL_PERF:
|
||||
// TODO: Parameter?
|
||||
SWPixelEngine::pereg.perfZcompInputZcomploc = 0;
|
||||
SWPixelEngine::pereg.perfZcompOutputZcomploc = 0;
|
||||
SWPixelEngine::pereg.perfZcompInput = 0;
|
||||
SWPixelEngine::pereg.perfZcompOutput = 0;
|
||||
SWPixelEngine::pereg.perfBlendInput = 0;
|
||||
SWPixelEngine::pereg.perfEfbCopyClocks = 0;
|
||||
break;
|
||||
case BPMEM_LOADTLUT0: // This one updates bpmem.tlutXferSrc, no need to do anything here.
|
||||
break;
|
||||
case BPMEM_LOADTLUT1: // Load a Texture Look Up Table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue