diff options
author | Lee Harrison | 2016-09-01 16:18:58 -0400 |
---|---|---|
committer | Lee Harrison | 2016-09-01 16:22:15 -0400 |
commit | 01232093a907477cba24f9c11b4d889052ef862f (patch) | |
tree | 5d1bb464c8974938900d2f951d83ab07bcb937ef /nids | |
parent | Completed SceAppMgr (diff) | |
download | vds-libraries-01232093a907477cba24f9c11b4d889052ef862f.tar.gz |
Remove duplicate ScePhotoExport library
The nids present were already included in the first library (#145)
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 |