mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix the capitalization of "GameCube" throughout the project.
This commit is contained in:
parent
28c8802515
commit
5d793881b0
31 changed files with 59 additions and 59 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue