diff options
author | xyzz | 2016-08-22 12:45:39 +0200 |
---|---|---|
committer | GitHub | 2016-08-22 12:45:39 +0200 |
commit | 7d838919a13db93991cccd4da3320d61e02c3a7a (patch) | |
tree | 4461a0e598d5c3914bc154ade455784faa2fd456 | |
parent | Merge pull request #26 from endrift/appmgr (diff) | |
parent | Add ScePhotoExport (diff) | |
download | vds-libraries-7d838919a13db93991cccd4da3320d61e02c3a7a.tar.gz |
Merge pull request #27 from endrift/photoexport
Add ScePhotoExport
Diffstat (limited to '')
-rw-r--r-- | nids/360/ScePhotoExport.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nids/360/ScePhotoExport.yml b/nids/360/ScePhotoExport.yml index b9bc63c..a3fe439 100644 --- a/nids/360/ScePhotoExport.yml +++ b/nids/360/ScePhotoExport.yml @@ -1,11 +1,9 @@ modules: ScePhotoExport: - nid: 0x00000091 + nid: 0x000000E4 libraries: ScePhotoExport: nid: 0x79166BD9 functions: scePhotoExportFromData: 0x70512321 scePhotoExportFromFile: 0x84FD9FC5 - scePhotoExportIsAvailableFromData: 0xE6E6AFD5 - scePhotoExportIsAvailableFromFile: 0x5655F971 |