mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
[BotW] Self shadowing issue - compile fix
This commit is contained in:
parent
972fcc6aa8
commit
937e5b074a
@ -72,10 +72,10 @@ R1f.y = backupReg1f;
|
||||
R1f.y *= 2.0;
|
||||
R1f.z = intBitsToFloat(0xbf5fdfe0);
|
||||
R1f.w = 1.0;
|
||||
!!! R127f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x3fb13a93)/resXScale;
|
||||
R127f.y = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x3fb13a93)/resXScale;
|
||||
PS0f = R127f.y;
|
||||
// 1
|
||||
!!! R127f.x = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x404ec4f0)/resXScale;
|
||||
R127f.x = intBitsToFloat(uf_remappedVS[0].x) * intBitsToFloat(0x404ec4f0)/resXScale;
|
||||
PV1f.x = R127f.x;
|
||||
R4f.y = R2f.y;
|
||||
R4f.z = R2f.x;
|
||||
|
Loading…
Reference in New Issue
Block a user