mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Fix the build cause I forgot to push this
This commit is contained in:
parent
bf34410e4b
commit
1d6e5c8bb6
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue