Change the self message for separate reporting.

This commit is contained in:
Unknown W. Brackets 2014-01-20 01:07:01 -08:00
parent c412bbc09c
commit 3e7f749f6d

View file

@ -885,7 +885,7 @@ void TextureCache::SetTexture(bool force) {
u32 fb_addr = gstate.getFrameBufRawAddress() | 0x04000000;
if (fb_addr == gstate.getTextureAddress(0)) {
WARN_LOG_REPORT(HLE, "Render to self texture (%08x : %ix%i)", fb_addr, w, h);
WARN_LOG_REPORT(HLE, "Texturing from same buffer as target (%08x : %ix%i)", fb_addr, w, h);
}
GETextureFormat format = gstate.getTextureFormat();