diff options
author | Reiko Asakura | 2020-06-09 14:53:56 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-06-09 14:53:56 -0400 |
commit | 3eaebef49128ab722b512c3f0339cb078eec76ed (patch) | |
tree | 28a6ab37ac4db77ef55e4aaf84f12d5efda343f9 /nids | |
parent | SceNotificationUtil: add NIDs and header (diff) | |
download | vds-libraries-3eaebef49128ab722b512c3f0339cb078eec76ed.tar.gz |
Fix typo sceGxmGetRenderTargetMemSize
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/SceGxm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceGxm.yml b/nids/360/SceGxm.yml index be95c01..830a96c 100644 --- a/nids/360/SceGxm.yml +++ b/nids/360/SceGxm.yml @@ -68,7 +68,7 @@ modules: sceGxmGetPrecomputedDrawSize: 0x41BBD792 sceGxmGetPrecomputedFragmentStateSize: 0x85DE8506 sceGxmGetPrecomputedVertexStateSize: 0x9D83CA3B - sceGxmGetRenderTargetMemSizes: 0xB291C959 + sceGxmGetRenderTargetMemSize: 0xB291C959 sceGxmInitialize: 0xB0F1E4EC sceGxmIsDebugVersion: 0x873B07C0 sceGxmMapFragmentUsseMemory: 0x008402C6 |