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_x64.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp') diff --git a/Source/Core/VideoCommon/TextureDecoder_x64.cpp b/Source/Core/VideoCommon/TextureDecoder_x64.cpp index efe116d39a..727b66848f 100644 --- a/Source/Core/VideoCommon/TextureDecoder_x64.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_x64.cpp @@ -44,9 +44,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