summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_Generic.cpp
diff options
context:
space:
mode:
authorTony Wasserka <neobrainx@gmail.com>2014-06-13 21:52:08 +0200
committerTony Wasserka <neobrainx@gmail.com>2014-06-13 21:52:08 +0200
commita8f32adcab9553e6b08cb0d3d5bac773e9a5fad0 (patch)
treef3b7d5e984f52f26f9080b039bb9109319750cef /Source/Core/VideoCommon/TextureDecoder_Generic.cpp
parent0bc6b49c0798a1bc5ef3449ea0b87c318a82f415 (diff)
parent5d793881b0d87cad4c7e8847353abfb295b79ebb (diff)
Merge pull request #470 from pauldacheez/s-Gamecube-GameCube
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.cpp4
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)