diff options
| author | death2droid <death2droid@gmail.com> | 2009-05-27 06:41:01 +0000 |
|---|---|---|
| committer | death2droid <death2droid@gmail.com> | 2009-05-27 06:41:01 +0000 |
| commit | f7528530094be0eb3ea3ce40d810b0a57777cb2b (patch) | |
| tree | 1235b84428de22aba7e1c3194e9fa30e807b9f4d /Source/Core/DiscIO | |
| parent | d195dbbe8d8b4f45e598d6ec4bae3129f4eb4c90 (diff) | |
Adds a new column to the game control list that shows what platform the game is.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3288 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeCreator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeCreator.cpp b/Source/Core/DiscIO/Src/VolumeCreator.cpp index 248bb806c8..890c2dec00 100644 --- a/Source/Core/DiscIO/Src/VolumeCreator.cpp +++ b/Source/Core/DiscIO/Src/VolumeCreator.cpp @@ -120,6 +120,7 @@ bool IsVolumeWiiDisc(const IVolume *_rVolume) _rVolume->Read(0x18, 4, (u8*)&MagicWord); return (Common::swap32(MagicWord) == 0x5D1C9EA3); + //Gamecube 0xc2339f3d } IVolume* CreateVolumeFromCryptedWiiImage(IBlobReader& _rReader, u32 _PartitionGroup, u32 _VolumeType, u32 _VolumeNum, bool Korean) |
