mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
VideoSoftware: Cleanup PE perf metrics; returning the proper value now.
This commit is contained in:
parent
7682ed22c6
commit
d0dbcc6369
5 changed files with 57 additions and 27 deletions
|
@ -81,17 +81,6 @@ void Read16(u16& _uReturnValue, const u32 _iAddress)
|
|||
|
||||
if (address <= 0x2e)
|
||||
_uReturnValue = ((u16*)&pereg)[address >> 1];
|
||||
|
||||
if (address > 0x16)
|
||||
{
|
||||
ERROR_LOG(PIXELENGINE, "addr %#08x, ret %#04x; %#04x%04x, %#04x%04x, %#04x%04x, %#04x%04x, %#04x%04x, %#04x%04x\n", address, _uReturnValue,
|
||||
pereg.perfZcompInputZcomplocHi, pereg.perfZcompInputZcomplocLo,
|
||||
pereg.perfZcompOutputZcomplocHi, pereg.perfZcompOutputZcomplocLo,
|
||||
pereg.perfZcompInputHi, pereg.perfZcompInputLo,
|
||||
pereg.perfZcompOutputHi, pereg.perfZcompOutputLo,
|
||||
pereg.perfBlendInputHi, pereg.perfBlendInputLo,
|
||||
pereg.perfEfbCopyClocksHi, pereg.perfEfbCopyClocksLo);
|
||||
}
|
||||
}
|
||||
|
||||
void Write32(const u32 _iValue, const u32 _iAddress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue