diff options
author | GrapheneCt | 2021-02-25 12:47:51 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-25 12:47:51 -0500 |
commit | 22ea5b75c8a1fa889ae11ff4e5b859ab1c49c84a (patch) | |
tree | 8e13cc7252a563d22debcc087f4b91552c20a9d1 | |
parent | Add PowerVR services header (diff) | |
download | vds-libraries-22ea5b75c8a1fa889ae11ff4e5b859ab1c49c84a.tar.gz |
Add sceGxmGetDeviceData
-rw-r--r-- | include/user/gxm/init.h | 9 | ||||
-rw-r--r-- | nids/360/SceGxm.yml | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/user/gxm/init.h b/include/user/gxm/init.h index 929c24e..a358ff7 100644 --- a/include/user/gxm/init.h +++ b/include/user/gxm/init.h @@ -62,6 +62,15 @@ SceGxmErrorCode sceGxmInitializeInternal(const SceGxmInitializeParams *params); */ bool sceGxmIsInitializedInternal(void); +/** Gets PowerVR service device data. + + @return + Pointer to device data. + + @ingroup render +*/ +void *sceGxmGetDeviceData(void); + #ifdef __cplusplus } #endif // def __cplusplus diff --git a/nids/360/SceGxm.yml b/nids/360/SceGxm.yml index ffd1921..e421560 100644 --- a/nids/360/SceGxm.yml +++ b/nids/360/SceGxm.yml @@ -277,6 +277,7 @@ modules: functions: sceGxmCheckMappedMemory: 0x88B424FB sceGxmCreateRenderTargetInternal: 0xC8A0F04E + sceGxmGetDeviceData: 0x90EE6A28 sceGxmGetRenderTargetMemSizeInternal: 0x4DD98588 sceGxmIsInitializedInternal: 0xEC82DB20 sceGxmMapFragmentUsseMemoryInternal: 0xB9391D22 |