diff options
author | Sergi Granell | 2017-11-29 02:23:55 +0100 |
---|---|---|
committer | Sergi Granell | 2017-11-29 02:23:55 +0100 |
commit | 9d9fde41509ea50d466901c35d15d015b9d9dc95 (patch) | |
tree | ff572f9e238ebed993d092c66331693243f41a9d | |
parent | Merge pull request #254 from Rinnegatamante/patch-8 (diff) | |
download | vds-libraries-9d9fde41509ea50d466901c35d15d015b9d9dc95.tar.gz |
Add kscePervasiveUartSetBaudrate NID
-rw-r--r-- | nids/360/SceLowio.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nids/360/SceLowio.yml b/nids/360/SceLowio.yml index b56fb8b..3dadd8c 100644 --- a/nids/360/SceLowio.yml +++ b/nids/360/SceLowio.yml @@ -49,3 +49,4 @@ modules: scePervasiveUartClockEnable: 0xEFD084D8 scePervasiveUartResetDisable: 0xA7CE7DCC scePervasiveUartResetEnable: 0x788B6C61 + scePervasiveUartSetBaudrate: 0x8BAB45F8 |