mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Included stars in main pack
This commit is contained in:
parent
b3c740c559
commit
ebb3e59e84
@ -91,5 +91,5 @@ R0f.y = (mul_nonIEEE(R126f.z,PV1f.z) + R125f.w);
|
||||
R0f.z = (mul_nonIEEE(R126f.x,PV1f.z) + R127f.y);
|
||||
R0f.w = mul_nonIEEE(backupReg0f, PV1f.x);
|
||||
// export
|
||||
passPixelColor0 = vec4(1.0, R0f.y, 1.0, 1.1);
|
||||
passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, 1.0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user