mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:44:05 +00:00
Caught small bug
This commit is contained in:
parent
c0d7607998
commit
1f45a49102
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace ASTCC {
|
|||
|
||||
// Determine R
|
||||
uint32 R = !!(modeBits & 0x10);
|
||||
if(layout < 4) {
|
||||
if(layout < 5) {
|
||||
R |= (modeBits & 0x3) << 1;
|
||||
} else {
|
||||
R |= (modeBits & 0xC) >> 1;
|
||||
|
|
Loading…
Reference in a new issue