| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- revert bit size of the structs;
this change have issue for build vita2d
- revert ErrorCode of SceMsgDialogErrorCodeParam;
I don't know reason of why change to TitleCase
- remove some whitespaces
- add some spaces
|
|
|
|
|
|
|
|
|
| |
* Changed functions to ForKernel
* missed one!
* Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize
Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel
|
|
* Added DB defines for SceUsbSerial
Added in header for SceUsbSerial
* Changed to usbserial.h
updated db.json to camelCase
Fixed spelling errors in usbserial.h
added documentation from wiki to usbserial.h
* sceUsbSerialget_len -> sceUsbSerialGetLen
sceUsbSerialget_lenForKernel -> sceUsbSerialGetLenForKernel
* Dangit missed some information on the wiki!
* fix camelCase.
* fix some formatting issues
* Split usbserial.h to psp2kern/kernel/usbserial.h
fix some documentation.
* Moved kernel defines for usbserial.h to appropriate folder
Fix preprocessor macros
update copyright
* Git decided my changes were not important and chose to ignore them
|