mirror of https://github.com/PCSX2/pcsx2.git
Misc: Save ELF last path when auto-running an elf
This commit is contained in:
parent
084c7db9ac
commit
e88f29d3ac
|
@ -511,7 +511,7 @@ bool Pcsx2App::OnInit()
|
|||
else if (Startup.SysAutoRunElf)
|
||||
{
|
||||
g_Conf->EmuOptions.UseBOOT2Injection = true;
|
||||
|
||||
g_Conf->Folders.RunELF = wxFileName(Startup.ElfFile).GetPath();
|
||||
sApp.SysExecute(Startup.CdvdSource, Startup.ElfFile);
|
||||
}
|
||||
else if (Startup.SysAutoRunIrx)
|
||||
|
|
Loading…
Reference in New Issue