Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BPMemory: Fix a small documentation mistake from revision 9365187.
  • Loading branch information
NeoBrainX authored and NeoBrainX committed May 10, 2013
1 parent 98e8f8d commit f348712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/Src/BPMemory.cpp
Expand Up @@ -94,7 +94,7 @@ void GetBPRegInfo(const u8* data, char* name, size_t name_size, char* desc, size
SetRegName(BPMEM_ZCOMPARE);
PE_CONTROL config; config.hex = cmddata;
const char* pixel_formats[] = { "RGB8_Z24", "RGBA6_Z24", "RGB565_Z16", "Z24", "Y8", "U8", "V8", "YUV420" };
const char* zformats[] = { "linear", "compressed (near)", "compressed (mid)", "compressed (far)", "compressed (inv near)", "compressed (inv mid)", "compressed (inv far)" };
const char* zformats[] = { "linear", "compressed (near)", "compressed (mid)", "compressed (far)", "inv linear", "compressed (inv near)", "compressed (inv mid)", "compressed (inv far)" };
snprintf(desc, desc_size, "EFB pixel format: %s\n"
"Depth format: %s\n"
"Early depth test: %s\n",
Expand Down

0 comments on commit f348712

Please sign in to comment.