diff options
author | Bluzume | 2018-10-17 06:45:14 +1300 |
---|---|---|
committer | Rémy F | 2018-10-16 19:45:14 +0200 |
commit | 796c479ada6b6d0ce878cea9d7d6827e698cf0f4 (patch) | |
tree | f264e4d4a8c99b9960fd329226c076465d2752f9 | |
parent | psp2kern: Change args types of ksceGzipDecompress (#354) (diff) | |
download | vds-libraries-796c479ada6b6d0ce878cea9d7d6827e698cf0f4.tar.gz |
Fix SceLibMonoBridge nids (#355)
-rw-r--r-- | nids/SceLibMonoBridge.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/SceLibMonoBridge.yml b/nids/SceLibMonoBridge.yml index 018fc5f..0a3627d 100644 --- a/nids/SceLibMonoBridge.yml +++ b/nids/SceLibMonoBridge.yml @@ -1,9 +1,9 @@ modules: SceLibMonoBridge: - nid: 0x00000053 + nid: 0x4F1547C9 libraries: SceLibMonoBridge: - nid: 0x00000054 + nid: 0xD46680E4 functions: __aeabi_unwind_cpp_pr0: 0xD172A1F6 __aeabi_unwind_cpp_pr1: 0x6B008191 |