forked from dolphin-emu/dolphin
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
This commit is contained in:
@@ -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++);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user