mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
This commit is contained in:
commit
d648957864
25 changed files with 635 additions and 194 deletions
|
@ -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:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue