diff options
author | Rinnegatamante | 2020-06-12 15:22:50 +0200 |
---|---|---|
committer | Rinnegatamante | 2020-06-17 21:22:46 +0200 |
commit | 670f071cfd7b696e443a69864c6b37bbec8b4ceb (patch) | |
tree | 46c7017f5b9e820bea986fc225b2a603ed17650c /nids | |
parent | Added sceAVConfigSetDisplayColorSpaceMode prototype (#444) (diff) | |
download | vds-libraries-670f071cfd7b696e443a69864c6b37bbec8b4ceb.tar.gz |
Fix for incorrect sceGxmGetRenderTargetMemSize prototype.
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 |