This commit is contained in:
elijah-thomas774
2025-11-25 01:11:48 -05:00
parent 6052e667c6
commit dc82ce38db
4 changed files with 90 additions and 101 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ public:
mGroupType = m_tmpCtData.group_type;
}
u32 getFromParams(u8 shift, u32 mask) const {
u32 getFromParams(u8 shift, u32 mask) {
return (mParams >> shift) & mask;
}