mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
ARMv7: more opcodes, some changes in loader
This commit is contained in:
parent
536c5a900a
commit
3bdfc6b499
17 changed files with 725 additions and 111 deletions
|
@ -1989,6 +1989,8 @@ void cellSync_init(Module *pxThis)
|
|||
#ifdef PRX_DEBUG
|
||||
CallAfter([]()
|
||||
{
|
||||
if (!Memory.MainMem.GetStartAddr()) return;
|
||||
|
||||
libsre = (u32)Memory.MainMem.AllocAlign(sizeof(libsre_data), 0x100000);
|
||||
memcpy(vm::get_ptr<void>(libsre), libsre_data, sizeof(libsre_data));
|
||||
libsre_rtoc = libsre + 0x399B0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue