diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-16 01:50:46 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-03-16 01:50:46 +0000 |
| commit | da82d7e178fc25939b0b6d9f8f4d1c1005705811 (patch) | |
| tree | 761089a49e3864dea3858358f986d50fdba8b129 /Source/Core/DiscIO/Src/NANDContentLoader.cpp | |
| parent | 5027554beb04272f675d02c6e299b64130ece5f0 (diff) | |
Reinstate AfterInit(), which is still needed for MacOpenFile()
to work properly and possibly also wxProgressDialog.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7355 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/NANDContentLoader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp index afd26c2ea5..a4c0a7f4e8 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp @@ -425,7 +425,6 @@ cUIDsys::cUIDsys() if (m_Elements.empty()) { - SElement Element; *(u64*)&(Element.titleID) = Common::swap64(TITLEID_SYSMENU); *(u32*)&(Element.UID) = Common::swap32(lastUID++); |
