Ps3 dynarec help?

https://github.com/IngPereira/DynarecPS3

Can someone help me updating this to the lastes rebug and compile it for me to test? Email me at kevintperformance@gmail

@zecoxao ported IngPereira's dynarec for 4.86 (should work on 4.75-4.87 except 4.80)
https://twitter.com/notzecoxao/status/1261042976253411336
Code:
// DEFINES FOR 4.86 CFW
#define SYSCALL_BASE                0x8000000000363BE0ULL
#define FS_SYSCALL_RMDIR            813 // Just used to check FW ver
#define RMDIR_SYSCALL_ADDR          0x80000000002A1480ULL   // where above syscall is in lv2
#define patch_htab1                 0x04064ULL
#define patch_htab2                 0x5D5F0ULL
#define patch_htab3                 0x5E028ULL
#define patch_htab3                 0x5E4F0ULL
#define HV_HASH_OFFSET              0x370F28

// CEX address.
#define HTAB_BASE                   0x800000000f000000ULL
#define HTAB_LV2_START              0x01000000ULL // LV2 START OFFSET on RAM
#define HTAB_LV2_END                0x01800000ULL // LV2 END
#define HVSC_SYSCALL_ADDR    0x80000000002A0F58 // 4.21 -- replaces sys_fs_mkdir, later we remove it.
 

Similar threads

Back
Top