Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-22 | Remove deprecated headers | Reiko Asakura | 1 | -8/+0 | |
2020-07-23 | Change `pragma GCC warning` to `pragma message` | Reiko Asakura | 1 | -1/+1 | |
Because warnings in system headers will not appear except when -Wsystem-headers is given to gcc. | |||||
2020-07-23 | Add {,k}sceIo{Io,Dev}ctlAsync prototypes | Reiko Asakura | 1 | -16/+2 | |
2020-07-23 | Refactor kernel IO functions | Reiko Asakura | 1 | -20/+1 | |
2017-07-21 | Added SceCompat | TheOfficialFloW | 1 | -1/+9 | |
2017-06-25 | Refactor sceIo headers. (#204) | Rinnegatamante | 1 | -4/+4 | |
* Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix. | |||||
2017-04-11 | Added missing kernel IO headers. (#160) | Rinnegatamante | 1 | -0/+33 | |
* Added missing kernel IO headers. Added missing kernel IO headers. |