diff options
author | Princess of Sleeping | 2018-06-17 18:53:46 +0900 |
---|---|---|
committer | Sunguk Lee | 2018-06-17 18:53:46 +0900 |
commit | a6aff0d987982bfabb68c6125142eec5450b1afb (patch) | |
tree | 29dbb9ec96f240f4c67f1edac2af6b474324b65f | |
parent | Add some SceOled NIDs (diff) | |
download | vds-libraries-a6aff0d987982bfabb68c6125142eec5450b1afb.tar.gz |
Add scePafWidgetSetFontSize nid (#326)
* Add scePafWidgetSetFontSize NID
* Add scePafWidgetSetFontSize nid
Diffstat (limited to '')
-rw-r--r-- | nids/360/ScePaf.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nids/360/ScePaf.yml b/nids/360/ScePaf.yml index d486802..41ec2e7 100644 --- a/nids/360/ScePaf.yml +++ b/nids/360/ScePaf.yml @@ -28,3 +28,7 @@ modules: sce_paf_private_strncasecmp: 0xA6014289 sce_paf_private_strncmp: 0x1E1EA818 sce_paf_private_strrchr: 0xFA2C892F + ScePafWidget: + nid: 0x073F8C68 + functions: + scePafWidgetSetFontSize: 0x39B15B98 |