diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 21:52:08 +0200 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 21:52:08 +0200 |
| commit | a8f32adcab9553e6b08cb0d3d5bac773e9a5fad0 (patch) | |
| tree | f3b7d5e984f52f26f9080b039bb9109319750cef /Source/Core/DiscIO/VolumeCreator.cpp | |
| parent | 0bc6b49c0798a1bc5ef3449ea0b87c318a82f415 (diff) | |
| parent | 5d793881b0d87cad4c7e8847353abfb295b79ebb (diff) | |
Merge pull request #470 from pauldacheez/s-Gamecube-GameCube
Fix the capitalization of "GameCube" throughout the project.
Diffstat (limited to 'Source/Core/DiscIO/VolumeCreator.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeCreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeCreator.cpp b/Source/Core/DiscIO/VolumeCreator.cpp index bb5aeb31a1..71b41e19e7 100644 --- a/Source/Core/DiscIO/VolumeCreator.cpp +++ b/Source/Core/DiscIO/VolumeCreator.cpp @@ -132,7 +132,7 @@ bool IsVolumeWiiDisc(const IVolume *_rVolume) _rVolume->Read(0x18, 4, (u8*)&MagicWord); return (Common::swap32(MagicWord) == 0x5D1C9EA3); - //Gamecube 0xc2339f3d + //GameCube 0xc2339f3d } bool IsVolumeWadFile(const IVolume *_rVolume) |
