Skip to content

Commit

Permalink
gs-hw-tc: set scale in missing create source path.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMineLink authored and lightningterror committed May 22, 2022
1 parent 73eea20 commit 110b7df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/GS/Renderers/HW/GSTextureCache.cpp
Expand Up @@ -1290,6 +1290,7 @@ GSTextureCache::Source* GSTextureCache::CreateSource(const GIFRegTEX0& TEX0, con
src->m_from_target = &dst->m_texture;
src->m_from_target_TEX0 = dst->m_TEX0;
src->m_end_block = dst->m_end_block;
src->m_texture->SetScale(dst->m_texture->GetScale());

// Even if we sample the framebuffer directly we might need the palette
// to handle the format conversion on GPU
Expand Down

0 comments on commit 110b7df

Please sign in to comment.