From bf34410e4b3c2d0c113685e5c00eb115746f5e57 Mon Sep 17 00:00:00 2001 From: wheremyfoodat Date: Mon, 27 Feb 2023 01:59:28 +0200 Subject: [PATCH] [PICA] Blending register definitions --- include/PICA/regs.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/PICA/regs.hpp b/include/PICA/regs.hpp index 9ece8c3f..529fa391 100644 --- a/include/PICA/regs.hpp +++ b/include/PICA/regs.hpp @@ -13,6 +13,9 @@ namespace PICAInternalRegs { ShaderOutputCount = 0x4F, // Framebuffer registers + ColourOperation = 0x100, + BlendFunc = 0x101, + BlendColour = 0x103, AlphaTestConfig = 0x104, DepthAndColorMask = 0x107, ColourBufferFormat = 0x117,