From 5d793881b0d87cad4c7e8847353abfb295b79ebb Mon Sep 17 00:00:00 2001 From: Paul Olszewski Date: Sat, 7 Jun 2014 11:30:39 +0900 Subject: Fix the capitalization of "GameCube" throughout the project. --- Source/Core/VideoCommon/TextureDecoder_Generic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/TextureDecoder_Generic.cpp') 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) -- cgit v1.2.3