diff options
| author | Paul Olszewski <pauldacheez@gmail.com> | 2014-06-07 11:30:39 +0900 |
|---|---|---|
| committer | Paul Olszewski <pauldacheez@gmail.com> | 2014-06-08 11:24:49 +0900 |
| commit | 5d793881b0d87cad4c7e8847353abfb295b79ebb (patch) | |
| tree | 4f38b6a3e92691bcaacb163dd082840c8f3f8e96 /Source/Core/VideoCommon/TextureDecoder_Generic.cpp | |
| parent | 28c880251503521c4e046e7ccd2b957920eff1d4 (diff) | |
Fix the capitalization of "GameCube" throughout the project.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Generic.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Generic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp index 30edd16360..e945010f68 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Generic.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Generic.cpp @@ -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) |
