Fix the build cause I forgot to push this

This commit is contained in:
wheremyfoodat 2023-02-27 02:00:00 +02:00
parent bf34410e4b
commit 1d6e5c8bb6

View file

@ -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 {