diff options
author | GrapheneCt | 2021-03-26 18:33:59 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-26 18:33:59 -0400 |
commit | a480ec9f9914042c5f052f32c598df78e76d1a95 (patch) | |
tree | 5a78b07a30ca5e368a236429e5af5bcae38d9ecc | |
parent | Add NIDs to SceNpCommonPs4 (diff) | |
download | vds-libraries-a480ec9f9914042c5f052f32c598df78e76d1a95.tar.gz |
Fix ScePafStdc exit and abort NIDs
-rw-r--r-- | nids/360/ScePaf.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/360/ScePaf.yml b/nids/360/ScePaf.yml index 3369aae..4623507 100644 --- a/nids/360/ScePaf.yml +++ b/nids/360/ScePaf.yml @@ -70,8 +70,8 @@ modules: __cxa_guard_acquire: 0xCB26B866 __cxa_guard_release: 0x6AB297BE __cxa_pure_virtual: 0x2730262C - abort: 0xD608246A - exit: 0x92BF63C9 + abort: 0x19BB4B73 + exit: 0xD608246A memcpy: 0x5883A6E3 memset: 0x75ECC54E sce_paf_abs: 0x0F297A5E |