summaryrefslogtreecommitdiff
path: root/libpsx/src/gpu.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix const-correctness on psxgpuXavier Del Campo Romero2021-01-031-20/+44
| | | | - Added GsSetDrawEnv_DMA and GsUploadCLUT.
* Fix buffer overflow on GsLoadFontXavier Del Campo Romero2020-11-071-1/+1
| | | | LoadImage accesses img[0..15] when w=16, h=1, causing it to read past `pal`.
* Fixed typos and invalid width '384'Xavi Del Campo2020-01-311-3/+3
|
* Solved const-correctness issuesXavi Del Campo2020-01-311-213/+213
|
* Imported pristine psxsdk-20190410 from official repoXavi Del Campo2020-01-311-0/+1507