mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change the self message for separate reporting.
This commit is contained in:
parent
c412bbc09c
commit
3e7f749f6d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue