Fix the capitalization of "GameCube" throughout the project.

This commit is contained in:
Paul Olszewski 2014-06-07 11:30:39 +09:00
parent 28c8802515
commit 5d793881b0
31 changed files with 59 additions and 59 deletions

View file

@ -24,9 +24,9 @@ extern const unsigned char sfont_raw[][9*10];
GC_ALIGNED16(u8 texMem[TMEM_SIZE]);
// Gamecube/Wii texture decoder
// GameCube/Wii texture decoder
// Decodes all known Gamecube/Wii texture formats.
// Decodes all known GameCube/Wii texture formats.
// by ector
int TexDecoder_GetTexelSizeInNibbles(int format)