Clean up DE Render

This commit is contained in:
Lee Lup Yuen 2022-11-06 21:07:29 +08:00
parent 332a947e86
commit 9b30de5571

View file

@ -497,6 +497,11 @@ fn initUiChannel(
else => unreachable,
} << 8; // Bits 8 to 12
// LAY_ALPHA_MODE (Bits 1 to 2) = 2
// (Global Alpha is mixed with Pixel Alpha)
// (Input Alpha Value = Global Alpha Value * Pixels Alpha Value)
// LAY_EN (Bit 0) = 1 (Enable Layer)
_ = LAY_GLBALPHA;
_ = LAY_FBFMT;