mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
TextureDecoder now indicates I4 and IA4 texture formats. It also decodes paletted textures more efficiently.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3213 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7c75b01dbf
commit
dcad8a779d
4 changed files with 102 additions and 66 deletions
|
@ -75,7 +75,8 @@ enum PC_TexFormat
|
|||
PC_TEX_FMT_NONE = 0,
|
||||
PC_TEX_FMT_BGRA32,
|
||||
PC_TEX_FMT_RGBA32,
|
||||
PC_TEX_FMT_IA4,
|
||||
PC_TEX_FMT_I4_AS_I8,
|
||||
PC_TEX_FMT_IA4_AS_IA8,
|
||||
PC_TEX_FMT_I8,
|
||||
PC_TEX_FMT_IA8,
|
||||
PC_TEX_FMT_RGB565,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue