mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-04 05:35:00 -06:00
fix typo in framebuffer fetch
This commit is contained in:
parent
29cd6989c1
commit
709f24bf41
@ -903,7 +903,7 @@ void LatteDecompiler_analyze(LatteDecompilerShaderContext* shaderContext, LatteD
|
|||||||
|
|
||||||
auto tileMode = texRegister.word0.get_TILE_MODE();
|
auto tileMode = texRegister.word0.get_TILE_MODE();
|
||||||
if (Latte::TM_IsMacroTiled(tileMode))
|
if (Latte::TM_IsMacroTiled(tileMode))
|
||||||
physAddr &= 0x700;
|
physAddr &= ~0x700;
|
||||||
|
|
||||||
// Check for dimension
|
// Check for dimension
|
||||||
auto dim = shader->textureUnitDim[textureIndex];
|
auto dim = shader->textureUnitDim[textureIndex];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user