mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
PPU Analyser fix
This commit is contained in:
parent
7a1fd27ecc
commit
ed7883ba07
4 changed files with 23 additions and 22 deletions
|
@ -1252,7 +1252,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
|
||||
{
|
||||
// Analyse executable
|
||||
std::vector<ppu_function> main_funcs = ppu_analyse(segments, sections, 0);
|
||||
std::vector<ppu_function> main_funcs = ppu_analyse(segments, sections, vm::read32(elf.header.e_entry + 4));
|
||||
|
||||
ppu_validate(vfs::get(Emu.GetPath()), main_funcs, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue