mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Make it invalid for subarea texture
This commit is contained in:
parent
f24a7c83f5
commit
b932f908d3
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@ inline void TextureCache::AttachFramebuffer(TexCacheEntry *entry, u32 address, V
|
|||
} else if ((entry->addr - address) / entry->bufw < framebuffer->height) {
|
||||
WARN_LOG_REPORT_ONCE(subarea, HLE, "Render to area containing texture at %08x", address);
|
||||
// TODO: Keep track of the y offset.
|
||||
// Affected game List : God of War Ghost of Sparta , Tactic Orge , Sword Art Online
|
||||
AttachFramebufferValid(entry, framebuffer);
|
||||
// Affected game List : God of War Ghost of Sparta , God of War Chains of Olympus
|
||||
AttachFramebufferInvalid(entry, framebuffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue