diff options
author | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
commit | 1fc721311279f1ef1e5586cf44ec2cd809aac4f2 (patch) | |
tree | ccd9cc66db6f5273c1f106bdfa370370fc63eb7f /nids/360/SceLiveArea.yml | |
parent | Makes library/module NIDs unique. (diff) | |
download | vds-libraries-1fc721311279f1ef1e5586cf44ec2cd809aac4f2.tar.gz |
Library and module names are now correct in the NID JSON according to what psp2sdk has.
Diffstat (limited to 'nids/360/SceLiveArea.yml')
-rw-r--r-- | nids/360/SceLiveArea.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nids/360/SceLiveArea.yml b/nids/360/SceLiveArea.yml new file mode 100644 index 0000000..cecfa5b --- /dev/null +++ b/nids/360/SceLiveArea.yml @@ -0,0 +1,15 @@ +modules: + SceLiveArea: + nid: 0x00000061 + libraries: + SceLiveAreaUtil: + nid: 0x00000062 + functions: + sceLiveAreaGetFrameRevision: 0xD6EE2214 + sceLiveAreaGetFrameUserData: 0xD6FD367F + sceLiveAreaGetRevision: 0x833F5D0A + sceLiveAreaGetStatus: 0x7FE5B83F + sceLiveAreaReplaceAllAsync: 0x18066BA9 + sceLiveAreaReplaceAllSync: 0x29C65C0B + sceLiveAreaUpdateFrameAsync: 0xD330285D + sceLiveAreaUpdateFrameSync: 0xCFCEDE95 |