diff options
author | xyzz | 2016-09-01 23:15:00 +0200 |
---|---|---|
committer | GitHub | 2016-09-01 23:15:00 +0200 |
commit | 3a2606c7fa4dec71091a06988e8af38825296302 (patch) | |
tree | 5d1bb464c8974938900d2f951d83ab07bcb937ef /nids | |
parent | Completed SceAppMgr (diff) | |
parent | Remove duplicate ScePhotoExport library (diff) | |
download | vds-libraries-3a2606c7fa4dec71091a06988e8af38825296302.tar.gz |
Merge pull request #33 from ralekdev/dupe_ScePhotoExport
Remove duplicate ScePhotoExport library from db.json
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/ScePhotoExport.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nids/360/ScePhotoExport.yml b/nids/360/ScePhotoExport.yml index a3fe439..b9bc63c 100644 --- a/nids/360/ScePhotoExport.yml +++ b/nids/360/ScePhotoExport.yml @@ -1,9 +1,11 @@ modules: ScePhotoExport: - nid: 0x000000E4 + nid: 0x00000091 libraries: ScePhotoExport: nid: 0x79166BD9 functions: scePhotoExportFromData: 0x70512321 scePhotoExportFromFile: 0x84FD9FC5 + scePhotoExportIsAvailableFromData: 0xE6E6AFD5 + scePhotoExportIsAvailableFromFile: 0x5655F971 |