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

@ -29,7 +29,7 @@ enum PlayMode
MODE_PLAYING
};
// Gamecube Controller State
// GameCube Controller State
#pragma pack(push,1)
struct ControllerState
{