Short circuit the texture replacement code

This commit is contained in:
Henrik Rydgård
2022-03-08 19:56:06 +01:00
parent d50da7dc55
commit 7cab540fca
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -657,7 +657,6 @@ void TextureCacheVulkan::BuildTexture(TexCacheEntry *const entry) {
badMipSizes = false;
}
// Don't scale the PPGe texture.
if (entry->addr > 0x05000000 && entry->addr < PSP_GetKernelMemoryEnd()) {
scaleFactor = 1;