diff options
author | Jaylon Gowie | 2021-03-10 16:05:46 -0600 |
---|---|---|
committer | GitHub | 2021-03-10 16:05:46 -0600 |
commit | 20d389f8535817602a2e7ec3eabb89f99a796b2f (patch) | |
tree | 7fdafbb4820dfa21d62c9b9f91ac5930c45e7391 /nids | |
parent | Add clockgen functions (diff) | |
download | vds-libraries-20d389f8535817602a2e7ec3eabb89f99a796b2f.tar.gz |
Fix Swapped NIDs for GetParameterDirection and GetParameterVariability
Turns out these looked very similar in comparison but the NIDs point to the wrong function. This fixes sceShaccCgGetParameterVariability returning Parameter Direction and vice versa
Diffstat (limited to '')
-rw-r--r-- | nids/SceShaccCg.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/SceShaccCg.yml b/nids/SceShaccCg.yml index 0a99912..9ba12d3 100644 --- a/nids/SceShaccCg.yml +++ b/nids/SceShaccCg.yml @@ -18,14 +18,14 @@ modules: sceShaccCgGetParameterByName: 0x6FB40CA9 sceShaccCgGetParameterClass: 0xDF3DDCFD sceShaccCgGetParameterColumns: 0x7BC25091 - sceShaccCgGetParameterDirection: 0xF4BAB902 + sceShaccCgGetParameterDirection: 0xDAD4AAE4 sceShaccCgGetParameterMemoryLayout: 0xEF8D59D6 sceShaccCgGetParameterName: 0x4595A388 sceShaccCgGetParameterResourceIndex: 0x6BB58825 sceShaccCgGetParameterRows: 0x2654E73A sceShaccCgGetParameterSemantic: 0xA7930FF6 sceShaccCgGetParameterUserType: 0x152971B1 - sceShaccCgGetParameterVariability: 0xDAD4AAE4 + sceShaccCgGetParameterVariability: 0xF4BAB902 sceShaccCgGetParameterVectorWidth: 0x0205DE96 sceShaccCgGetRowParameter: 0x07DDFC78 sceShaccCgGetSamplerQueryFormatPrecision: 0xA067C481 |