diff options
| author | Marcus Wanners <marcus@wanners.net> | 2009-09-02 21:00:45 +0000 |
|---|---|---|
| committer | Marcus Wanners <marcus@wanners.net> | 2009-09-02 21:00:45 +0000 |
| commit | 50593397f3eb327cd7119faea977622251b55224 (patch) | |
| tree | e3b5158a6e77d04c3c6dd7b3fcc54419ecb2e424 /Source/Core/DiscIO/Src/NANDContentLoader.cpp | |
| parent | c64b1ca5dc0615decb6166cbc0f4fffa65ad2429 (diff) | |
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!
Yes, I used a script :D
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4169 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
| -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 012b660501..9fd7d1afc5 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp @@ -215,7 +215,7 @@ bool CNANDContentLoader::CreateFromDirectory(const std::string& _rPath) memcpy(m_TicketView, pTMD + 0x180, TICKET_VIEW_SIZE); memcpy(m_TmdHeader, pTMD, TMD_HEADER_SIZE); - ////// + m_TileVersion = Common::swap16(pTMD + 0x01dc); m_numEntries = Common::swap16(pTMD + 0x01de); m_BootIndex = Common::swap16(pTMD + 0x01e0); |
