diff options
author | Reiko Asakura | 2021-02-11 20:56:08 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-11 20:56:08 -0500 |
commit | f4c6ba605644eb8f7d26250df9a6a12395db236c (patch) | |
tree | 4004c26ead8515d9d0aaa929aa5998302b53463d /nids/360/SceLibMtp.yml | |
parent | SceIntrmgrForDriver: fix function names (diff) | |
download | vds-libraries-f4c6ba605644eb8f7d26250df9a6a12395db236c.tar.gz |
SceLibMtp: fix function NIDs
Confirmed by 3.600
shell.self
Diffstat (limited to 'nids/360/SceLibMtp.yml')
-rw-r--r-- | nids/360/SceLibMtp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/360/SceLibMtp.yml b/nids/360/SceLibMtp.yml index 48d17ed..c242bc1 100644 --- a/nids/360/SceLibMtp.yml +++ b/nids/360/SceLibMtp.yml @@ -17,7 +17,7 @@ modules: sceMtpBeginGetObjectMetadata: 0xBD82BC51 sceMtpBeginGetObjectStatus2: 0x2747749A sceMtpBeginGetObjectThumbnail: 0xEA291CFC - sceMtpBeginGetSystemSetting: 0xE3727775 + sceMtpBeginGetSystemSetting: 0x231FB847 sceMtpBeginGetTotalObjectSize: 0x46CCEAEC sceMtpBeginHandover: 0xCFCED21A sceMtpBeginHttpGetDataWithUrl: 0x6B7800B7 @@ -34,7 +34,7 @@ modules: sceMtpBeginRpcNetOperationRecv: 0x32985803 sceMtpBeginRpcNetOperationSend: 0x8E7F11CB sceMtpBeginSearchObject: 0x7E078352 - sceMtpBeginSetSystemSetting: 0x231FB847 + sceMtpBeginSetSystemSetting: 0xCFA3A9DA sceMtpBeginSpecifiedObjectMetadata: 0xB26C8078 sceMtpBeginWriteObjectWithOffset: 0xFFCB2181 sceMtpCheckContextValid: 0x24130489 |