diff options
author | Yifan Lu | 2017-02-23 22:37:24 -0800 |
---|---|---|
committer | Yifan Lu | 2017-02-24 12:27:47 -0800 |
commit | 10af4bde4bb0ae11e6f818221dbf7205d75e69e6 (patch) | |
tree | ea69888906278a80f8b836e1189e90c43919d0bd | |
parent | Added ksceKernelRemapBlock to headers (diff) | |
download | vds-libraries-10af4bde4bb0ae11e6f818221dbf7205d75e69e6.tar.gz |
Added undocumeted kernel debug flag set
-rw-r--r-- | nids/360/SceStdio.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nids/360/SceStdio.yml b/nids/360/SceStdio.yml index d82ed9d..11fff45 100644 --- a/nids/360/SceStdio.yml +++ b/nids/360/SceStdio.yml @@ -6,3 +6,5 @@ modules: nid: 0x88758561 functions: printf: 0x391B74B7 + sceDebugDisableInfoDump: 0xF857CDD6 + sceDebugSetHandlers: 0x10067B7B |