aboutsummaryrefslogtreecommitdiff
path: root/src/unit
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate memset(3) for zero-initXavier Del Campo Romero2022-06-271-1/+1
|
* Replace x_get functions with macrosXavier Del Campo Romero2022-03-301-5/+3
| | | | | | The PS1 port relies on a heap for primitives since the GPU renders the scene asynchronously. However, SDL-based platforms render primitives synchronously, so structures can be allocated on the stack instead.
* Add project source codeXavier Del Campo Romero2022-03-304-0/+808