Commit Graph

10 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 59e38e90a3 Remove trailing whitespaces 2020-11-09 21:01:29 +01:00
Xavier Del Campo Romero c65395be64 Implement strerror(3) and strerror_r(3)
Error descriptions obtained from include/errno.h.
2020-11-08 17:37:16 +01:00
Xavier Del Campo Romero d3780c0d7d Fix buffer overflow on GsLoadFont
LoadImage accesses img[0..15] when w=16, h=1, causing it to read past `pal`.
2020-11-07 16:03:06 +01:00
Xavi Del Campo e769a8ab05 Solved issue with pads under real hw 2020-02-01 12:14:48 +01:00
Xavi Del Campo a8fb879457 Enabled debugging symbols 2020-02-01 07:20:36 +01:00
Xavi Del Campo aad614833a Fixed typos and invalid width '384' 2020-01-31 14:11:12 +01:00
Xavi Del Campo 26b206560d Added -ffunction/data-sections and -Os to libpsx 2020-01-31 14:10:20 +01:00
Xavi Del Campo 78128c8058 Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 fork
Also, added extern "C" on some header files. Some are still  missing.
2020-01-31 13:13:14 +01:00
Xavi Del Campo 08ca71f289 Solved const-correctness issues 2020-01-31 11:14:51 +01:00
Xavi Del Campo 7c24e9a9b0 Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00