mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Video_Software: Fix stuff.
This commit is contained in:
parent
d734a5b486
commit
49d1da5e7e
5 changed files with 36 additions and 18 deletions
|
@ -82,7 +82,7 @@ void Read16(u16& _uReturnValue, const u32 _iAddress)
|
|||
|
||||
if (address > 0x16)
|
||||
{
|
||||
ERROR_LOG(PIXELENGINE, "addr %#08x, ret %#08x; %#08x, %#08x, %#08x, %#08x, %#08x, %#08x\n", address, _uReturnValue, pereg.perfZcompInputZcomploc, pereg.perfZcompOutputZcomploc, pereg.perfZcompInput, pereg.perfZcompOutput, pereg.perfBlendInput, pereg.perfEfbCopyClocks);
|
||||
ERROR_LOG(PIXELENGINE, "addr %#08x, ret %#08x\n", address, _uReturnValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue