mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 07:31:01 +00:00
parent
e9595802fa
commit
5997cdf6ad
@ -178,7 +178,7 @@ inline void TextureCache::AttachFramebuffer(TexCacheEntry *entry, u32 address, V
|
||||
// If they match exactly, it's non-CLUT and from the top left.
|
||||
if (exactMatch) {
|
||||
DEBUG_LOG(G3D, "Render to texture detected at %08x!", address);
|
||||
if (!entry->framebuffer && g_Config.iRenderingMode == FB_BUFFERED_MODE || entry->invalidHint == -1) {
|
||||
if (!entry->framebuffer && (g_Config.iRenderingMode == FB_BUFFERED_MODE || entry->invalidHint == -1)) {
|
||||
if (entry->format != framebuffer->format) {
|
||||
WARN_LOG_REPORT_ONCE(diffFormat1, G3D, "Render to texture with different formats %d != %d", entry->format, framebuffer->format);
|
||||
// If it already has one, let's hope that one is correct.
|
||||
|
@ -443,6 +443,7 @@ void CreditsScreen::render() {
|
||||
"lioncash",
|
||||
"JulianoAmaralChaves",
|
||||
"vnctdj",
|
||||
"kaienfr",
|
||||
"",
|
||||
"",
|
||||
c->T("specialthanks", "Special thanks to:"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user