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

@ -1052,7 +1052,7 @@ bool PlayWiimote(int wiimote, u8 *data, const WiimoteEmu::ReportFeatures& rptf,
if (size != sizeInMovie)
{
PanicAlertT("Fatal desync. Aborting playback. (Error in PlayWiimote: %u != %u, byte %u.)%s", (u32)sizeInMovie, (u32)size, (u32)g_currentByte,
(g_numPads & 0xF)?" Try re-creating the recording with all GameCube controllers disabled (in Configure > Gamecube > Device Settings)." : "");
(g_numPads & 0xF)?" Try re-creating the recording with all GameCube controllers disabled (in Configure > GameCube > Device Settings)." : "");
EndPlayInput(!g_bReadOnly);
return false;
}