diff options
author | Reiko Asakura | 2020-09-05 16:56:36 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-09-05 16:56:36 -0400 |
commit | a9f635e09579bd7494cfd34e0d664fba8b0c8a9e (patch) | |
tree | c0f653f156d43c5edc8693684826a2eca6618dd2 /nids | |
parent | Add thread related function and types (diff) | |
download | vds-libraries-a9f635e09579bd7494cfd34e0d664fba8b0c8a9e.tar.gz |
Add ScePafStdc function prototypes
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/ScePaf.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nids/360/ScePaf.yml b/nids/360/ScePaf.yml index 6b01c3a..4f27a94 100644 --- a/nids/360/ScePaf.yml +++ b/nids/360/ScePaf.yml @@ -117,7 +117,10 @@ modules: sce_paf_toupper: 0x761184A5 sce_paf_towlower: 0xC8C2CDAC sce_paf_vsnprintf: 0x51C66C6E + sce_paf_vsnprintf_internal: 0xAE0F3820 sce_paf_vsprintf: 0x3079B56B + sce_paf_vswprintf: 0xFA5C2193 + sce_paf_vswprintf_internal: 0xAFB23563 sce_paf_wcscasecmp: 0x92A125F6 sce_paf_wcscat: 0xDDDDD6E0 sce_paf_wcschr: 0x13833CAE |