mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 00:27:53 -05:00
Pica/Texture: Simplify/cleanup texture tile addressing
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user