From 1d6e5c8bb66d80f34b71f628aee86554c042b92e Mon Sep 17 00:00:00 2001 From: wheremyfoodat Date: Mon, 27 Feb 2023 02:00:00 +0200 Subject: [PATCH] Fix the build cause I forgot to push this --- src/core/PICA/regs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/PICA/regs.cpp b/src/core/PICA/regs.cpp index cfd0c6d0..c33af097 100644 --- a/src/core/PICA/regs.cpp +++ b/src/core/PICA/regs.cpp @@ -170,6 +170,7 @@ void GPU::writeInternalReg(u32 index, u32 value, u32 mask) { case 2: attr.config2 = value; attr.size = (value >> 16) & 0xff; + attr.componentCount = value >> 28; break; } } else {