| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix buffer overflow on GsLoadFont | Xavier Del Campo Romero | 2020-11-07 | 1 | -1/+1 |
| | | | | | LoadImage accesses img[0..15] when w=16, h=1, causing it to read past `pal`. | ||||
| * | Solved issue with pads under real hw | Xavi Del Campo | 2020-02-01 | 1 | -4/+4 |
| | | |||||
| * | Enabled debugging symbols | Xavi Del Campo | 2020-02-01 | 1 | -44/+47 |
| | | |||||
| * | Fixed typos and invalid width '384' | Xavi Del Campo | 2020-01-31 | 1 | -3/+3 |
| | | |||||
| * | Added -ffunction/data-sections and -Os to libpsx | Xavi Del Campo | 2020-01-31 | 1 | -59/+59 |
| | | |||||
| * | Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 fork | Xavi Del Campo | 2020-01-31 | 2 | -114/+171 |
| | | | | | Also, added extern "C" on some header files. Some are still missing. | ||||
| * | Solved const-correctness issues | Xavi Del Campo | 2020-01-31 | 2 | -249/+249 |
| | | |||||
| * | Imported pristine psxsdk-20190410 from official repo | Xavi Del Campo | 2020-01-31 | 33 | -0/+7804 |
