mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 18:47:52 +00:00
Pica/Texture: Simplify/cleanup texture tile addressing
This commit is contained in:
parent
d1270b647c
commit
114222b11e
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