mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
fix typo in framebuffer fetch
This commit is contained in:
parent
29cd6989c1
commit
709f24bf41
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@ void LatteDecompiler_analyze(LatteDecompilerShaderContext* shaderContext, LatteD
|
|||
|
||||
auto tileMode = texRegister.word0.get_TILE_MODE();
|
||||
if (Latte::TM_IsMacroTiled(tileMode))
|
||||
physAddr &= 0x700;
|
||||
physAddr &= ~0x700;
|
||||
|
||||
// Check for dimension
|
||||
auto dim = shader->textureUnitDim[textureIndex];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue