mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Test
This commit is contained in:
parent
26e03fa794
commit
571bd63644
7 changed files with 313 additions and 211 deletions
|
@ -341,7 +341,7 @@ void Emulator::Load()
|
|||
thread.SetEntry(l.GetEntry());
|
||||
Memory.StackMem.AllocAlign(0x1000);
|
||||
thread.InitStack();
|
||||
thread.AddArgv(m_elf_path);
|
||||
thread.AddArgv(m_elf_path); // it doesn't work
|
||||
//thread.AddArgv("-emu");
|
||||
|
||||
m_rsx_callback = (u32)Memory.MainMem.AllocAlign(4 * 4) + 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue