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

@ -556,7 +556,7 @@ namespace EfbInterface
}
}
// Like CopyToXFB, but we copy directly into the opengl colour texture without going via Gamecube main memory or doing a yuyv conversion
// Like CopyToXFB, but we copy directly into the opengl colour texture without going via GameCube main memory or doing a yuyv conversion
void BypassXFB(u8* texture, u32 fbWidth, u32 fbHeight, const EFBRectangle& sourceRc, float Gamma) {
if (fbWidth*fbHeight > 640*568) {
ERROR_LOG(VIDEO, "Framebuffer is too large: %ix%i", fbWidth, fbHeight);