summaryrefslogtreecommitdiff
path: root/include/user/shacccg.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-11Add package workflowReiko Asakura1-0/+4
2021-02-11Fix includes: variousReiko Asakura1-2/+2
2020-11-01Changes to SceShaccCg headersReiko Asakura1-135/+48
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.
2020-10-16Added ShaccCg HeadersSonicMastr1-0/+213
https://github.com/DolceSDK/headers/pull/12