mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
fix infinitely recursive deletion from r7587 and actually update locations of content.map and uid.sys
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7588 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#include "IniFile.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "FileUtil.h"
|
||||
#include "NANDContentLoader.h"
|
||||
|
||||
SConfig* SConfig::m_Instance;
|
||||
|
||||
@ -278,6 +279,8 @@ void SConfig::LoadSettings()
|
||||
|
||||
ini.Get("General", "NANDRoot", &m_NANDPath);
|
||||
m_NANDPath = File::GetUserPath(D_WIIROOT_IDX, m_NANDPath);
|
||||
DiscIO::cUIDsys::AccessInstance().UpdateLocation();
|
||||
DiscIO::CSharedContent::AccessInstance().UpdateLocation();
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user