diff options
| author | fires.gc <fires.gc@gmail.com> | 2009-02-28 01:15:52 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2009-02-28 01:15:52 +0000 |
| commit | 2783f24cfeb39731c5e41fe73ec40d36b266b467 (patch) | |
| tree | 5cd6ea39133536db11e2c6d37d0083a4efd09ea4 /Source/Core/DiscIO | |
| parent | f13633ab74994a5a4214d1dcf3db4afcb608d799 (diff) | |
just small updated
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2458 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/NANDContentLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp index 4c4d562aa1..077aff62d4 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp @@ -118,7 +118,7 @@ bool CNANDContentLoader::CreateFromDirectory(const std::string& _rPath) rContent.m_ContentID = Common::swap32(pTMD + 0x01e4 + 0x24*i);
rContent.m_Index = Common::swap16(pTMD + 0x01e8 + 0x24*i);
rContent.m_Type = Common::swap16(pTMD + 0x01ea + 0x24*i);
- rContent.m_Size= (u32)Common::swap64(pTMD + 0x01ec + 0x24*i);
+ rContent.m_Size = (u32)Common::swap64(pTMD + 0x01ec + 0x24*i);
rContent.m_pData = NULL;
char szFilename[1024];
|
