mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
- Fixed sys_ppu_thread_exit.
- Disabled some dbg tools.
This commit is contained in:
parent
0aff049960
commit
2f5fa75bb4
16 changed files with 152 additions and 113 deletions
|
|
@ -382,7 +382,7 @@ bool ELF64Loader::LoadPhdrData(u64 offset)
|
|||
|
||||
mem32_t out_tbl(tbl + i*8);
|
||||
out_tbl += dst + i*section;
|
||||
out_tbl += nid;
|
||||
out_tbl += GetFuncNumById(nid);
|
||||
|
||||
mem32_t out_dst(dst + i*section);
|
||||
out_dst += OR(11, 2, 2, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue