summaryrefslogtreecommitdiffstats
path: root/src/gba-buttons.c
Commit message (Collapse)AuthorAgeFilesLines
* Update button data to packed formatBad Diode2021-04-221-904/+519
|
* Add more buttons to input testinput-demoBad Diode2021-04-211-0/+690
|
* Cleanup sprite animation code in gba-buttonsBad Diode2021-04-211-15/+12
|
* Experiment with enabling multiple animation statesBad Diode2021-04-211-0/+24
|
* Profile custom tile loader vs memcpyBad Diode2021-04-211-139/+135
| | | | Memcpy is much faster and should be preferred.
* Add GBA button sprites and test their animationsBad Diode2021-04-201-0/+233