mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Merge pull request #46 from krofna
This commit is contained in:
parent
17b877e448
commit
e7a721a1fb
15 changed files with 60 additions and 18 deletions
|
@ -190,7 +190,7 @@ void Emulator::Load()
|
|||
|
||||
if(IsSelf(m_path.ToStdString()))
|
||||
{
|
||||
std::string self_path = m_path;
|
||||
std::string self_path = m_path.mb_str();
|
||||
std::string elf_path = wxFileName(m_path).GetPath().c_str();
|
||||
|
||||
if(wxFileName(m_path).GetFullName().CmpNoCase("EBOOT.BIN") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue