summaryrefslogtreecommitdiff
path: root/include/user/shacccg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes to SceShaccCg headersReiko Asakura2020-11-012-92/+93
| | | | | | | | 1. Added some comments about overall usage. 2. Removed non-existent functions 3. Use standard types instead of SCE types. In particular, SceChar8 is signed char which is not the same type as char, even though they are both signed 8 bit numbers.
* Added ShaccCg HeadersSonicMastr2020-10-162-0/+975
https://github.com/DolceSDK/headers/pull/12