Fix typo in GeDisasm texture format.

This commit is contained in:
Unknown W. Brackets 2013-04-25 07:49:51 -07:00
parent 7405b050be
commit 46ab5cd0f7

View file

@ -800,7 +800,7 @@ void GeDisassembleOp(u32 pc, u32 op, u32 prev, char *buffer) {
{
const char *texformats[] = {
"5650",
"5551"
"5551",
"4444",
"8888",
"CLUT4",