This commit is contained in:
Nekotekina 2014-11-30 15:08:54 +03:00
commit d648957864
25 changed files with 635 additions and 194 deletions

View file

@ -193,7 +193,7 @@ void Emulator::Load()
LOG_NOTICE(LOADER, "Loading '%s'...", m_path.c_str());
GetInfo().Reset();
GetVFS().Init(m_path);
GetVFS().Init(rFileName(m_path).GetPath());
LOG_NOTICE(LOADER, " "); //used to be skip_line
LOG_NOTICE(LOADER, "Mount info:");