Soren Jorvang 270fe2a997 In r5448 the CSharedContent and cUIDsys constructors create the Wii/shared1
and Wii/sys directories if they do not already exist. This conflicts with
DolphinApp::OnInit (run after constructors) which populates the User tree
only if there isn't already something there.

Instead, set up the two directories in the Data tree.

With this change, sys/uid.sys still won't be created until the _second_ run
after a fresh install, so these file initializations should be moved out of
constructors so that they will be run after OnInit().


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5526 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-05-28 14:45:07 +00:00
..
2010-03-17 01:54:40 +00:00
2010-02-17 07:15:39 +00:00
2010-02-17 07:15:39 +00:00
2010-05-28 09:33:31 +00:00
2010-05-23 08:41:58 +00:00
2009-11-15 22:26:39 +00:00
2010-05-26 20:43:16 +00:00