Get rid of a singleton for NAND shared contents

This also allows shared contents to be installed to the configured root
when installing a WAD.
This commit is contained in:
Léo Lam
2017-02-10 22:46:38 +01:00
parent 8f81051df3
commit 850802ea88
3 changed files with 15 additions and 34 deletions

View File

@ -25,7 +25,6 @@
#include "Core/Movie.h"
#include "Core/State.h"
#include "Core/WiiRoot.h"
#include "DiscIO/NANDContentLoader.h"
namespace HW
{
@ -52,7 +51,6 @@ void Init()
if (SConfig::GetInstance().bWii)
{
Core::InitializeWiiRoot(Core::g_want_determinism);
DiscIO::CSharedContent::AccessInstance().UpdateLocation();
IOS::Init();
IOS::HLE::Init(); // Depends on Memory
}