diff options
author | GrapheneCt | 2021-01-15 12:44:29 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-01-15 12:44:29 -0500 |
commit | 0ccba597769c573bd69611f84f1ad2c484691b7d (patch) | |
tree | 2e3d5c648a46accd1b4d15a425f7e6dfdafc6d84 /nids/360/SceGxm.yml | |
parent | Add SceKblForKernel nids (diff) | |
download | vds-libraries-0ccba597769c573bd69611f84f1ad2c484691b7d.tar.gz |
Add gxm and gpu internal functions
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceGxm.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nids/360/SceGxm.yml b/nids/360/SceGxm.yml index cedfcf9..ffd1921 100644 --- a/nids/360/SceGxm.yml +++ b/nids/360/SceGxm.yml @@ -287,10 +287,15 @@ modules: nid: 0xB5973AAA functions: sceGxmShaderPatcherCreateFragmentProgramInternal: 0x83149CAD + SceGxmInternalForReplay: + nid: 0xA64BEF47 + functions: + sceGxmRazorReplayReserveVdm: 0xEFA222AF SceGxmInternalForTest: nid: 0x171129AF functions: sceGxmAllocDeviceMemLinux: 0xD412F27B + sceGxmFreeDeviceMemLinux: 0x2B0A5A39 sceGxmSetFragmentJobDepthBiasAdjust: 0x46D6C306 sceGxmSetFragmentJobSplitThreshold: 0xD352F90A sceGxmSetFragmentJobVisibilityBuffer: 0x1D68FB73 |