mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 16:31:19 +12:00
implement texture decoding
This commit is contained in:
parent
4976ff3084
commit
4c78c6afbb
8 changed files with 192 additions and 46 deletions
|
@ -2002,7 +2002,7 @@ static void _emitALUClauseCode(LatteDecompilerShaderContext* shaderContext, Latt
|
|||
{
|
||||
_emitInstructionOutputVariableName(shaderContext, &aluInstruction);
|
||||
src->add(" = ");
|
||||
src->add("as_type<int>(");
|
||||
src->add("as_type<int>(as_type<float>(");
|
||||
_emitInstructionOutputVariableName(shaderContext, &aluInstruction);
|
||||
src->add(")");
|
||||
if( aluInstruction.omod == 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue