Pica/Texture: Simplify/cleanup texture tile addressing
This commit is contained in:
parent
a1c9ac7845
commit
09a750e866
5 changed files with 117 additions and 44 deletions
|
@ -275,8 +275,11 @@ struct Regs {
|
|||
case TextureFormat::I8:
|
||||
case TextureFormat::A8:
|
||||
case TextureFormat::IA4:
|
||||
default: // placeholder for yet unknown formats
|
||||
return 2;
|
||||
|
||||
default: // placeholder for yet unknown formats
|
||||
UNIMPLEMENTED();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue