diff options
| author | Yifan Lu | 2017-02-24 23:55:33 -0800 |
|---|---|---|
| committer | MrNetrix | 2017-02-25 02:55:33 -0500 |
| commit | 88057188062d04d261709896d193453a104bc6ee (patch) | |
| tree | 1c5b9b62dbe6d0e29d083ee87f12fac93d3dfc51 /nids/360/SceStdio.yml | |
| parent | Merge pull request #144 from vitasdk/remap (diff) | |
| download | vds-libraries-88057188062d04d261709896d193453a104bc6ee.tar.gz | |
SceDebugForDriver was in the wrong module (#145)
Added real functions to SceStdio (undocumented)
Diffstat (limited to 'nids/360/SceStdio.yml')
| -rw-r--r-- | nids/360/SceStdio.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nids/360/SceStdio.yml b/nids/360/SceStdio.yml index 11fff45..9d1751d 100644 --- a/nids/360/SceStdio.yml +++ b/nids/360/SceStdio.yml @@ -2,9 +2,9 @@ modules: SceStdio: nid: 0x771A73C0 libraries: - SceDebugForDriver: - nid: 0x88758561 + SceStdio: + nid: 0x8997609C functions: - printf: 0x391B74B7 - sceDebugDisableInfoDump: 0xF857CDD6 - sceDebugSetHandlers: 0x10067B7B + sceKernelStderr: 0x35EE7CF5 + sceKernelStdin: 0x54237407 + sceKernelStdout: 0x9033E9BD |
