diff options
author | Glenn Anderson | 2015-08-15 02:36:49 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:16 -0400 |
commit | 860e7bdfdded83166cd64ca94e9512f607fd563a (patch) | |
tree | 4f8115341c5c78170125f1ed5e97b13634f3ce0b /nids/360/SceFiber.yml | |
parent | Initial commit. Added headers from psp2sdk. (diff) | |
download | vds-libraries-860e7bdfdded83166cd64ca94e9512f607fd563a.tar.gz |
Adds initial NID JSON database.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceFiber.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nids/360/SceFiber.yml b/nids/360/SceFiber.yml new file mode 100644 index 0000000..8a75bed --- /dev/null +++ b/nids/360/SceFiber.yml @@ -0,0 +1,22 @@ +modules: + SceFiber: + nid: 0x00000000 + libraries: + SceFiber: + nid: 0x00000000 + functions: + _sceFiberAttachContextAndRun: 0x7D0C7DDB + _sceFiberAttachContextAndSwitch: 0xE00B9AFE + _sceFiberInitializeImpl: 0xF24A298C + _sceFiberInitializeWithInternalOptionImpl: 0xC6A3F9BB + sceFiberFinalize: 0xE160F844 + sceFiberGetInfo: 0x189599B4 + sceFiberGetSelf: 0x414D8CA5 + sceFiberOptParamInitialize: 0x801AB334 + sceFiberPopUserMarkerWithHud: 0x4EC01F9C + sceFiberPushUserMarkerWithHud: 0x9C414B09 + sceFiberReturnToThread: 0x3B42921F + sceFiberRun: 0x7DF23243 + sceFiberStartContextSizeCheck: 0xCD543A71 + sceFiberStopContextSizeCheck: 0x67F70867 + sceFiberSwitch: 0xE4283144 |