mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Don't construct NANDContentLoader classes before Main.cpp runs
The cUIDsys constructor writes to <Wii user path>/sys/uid.sys. This must not be done before Main.cpp sets the correct user paths.
This commit is contained in:
parent
d92efc4a3e
commit
66bb3000c2
2 changed files with 12 additions and 13 deletions
|
@ -25,9 +25,6 @@
|
|||
|
||||
namespace DiscIO
|
||||
{
|
||||
CSharedContent CSharedContent::m_Instance;
|
||||
cUIDsys cUIDsys::m_Instance;
|
||||
|
||||
|
||||
CSharedContent::CSharedContent()
|
||||
{
|
||||
|
@ -306,9 +303,6 @@ DiscIO::IVolume::ECountry CNANDContentLoader::GetCountry() const
|
|||
}
|
||||
|
||||
|
||||
CNANDContentManager CNANDContentManager::m_Instance;
|
||||
|
||||
|
||||
CNANDContentManager::~CNANDContentManager()
|
||||
{
|
||||
for (auto& entry : m_Map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue