Merge pull request #470 from pauldacheez/s-Gamecube-GameCube

Fix the capitalization of "GameCube" throughout the project.
This commit is contained in:
Tony Wasserka
2014-06-13 21:52:08 +02:00
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
{