summaryrefslogtreecommitdiff
path: root/libpsx
Commit message (Collapse)AuthorAgeFilesLines
* Provide implementation for fprintf(3)Xavier Del Campo Romero2021-10-242-1/+17
|
* Add conforming interfaces of standard streamsXavier Del Campo Romero2021-10-242-4/+6
|
* malloc: remove useless gotoXavier Del Campo Romero2021-10-241-3/+1
|
* fmode_to_desmode: remove annoying debug messagesXavier Del Campo Romero2021-10-241-4/+0
|
* errno.h: always define errnoXavier Del Campo Romero2021-10-241-2/+0
|
* Set conforming interface for vprintf(3)Xavier Del Campo Romero2021-10-242-2/+2
|
* fopen_internal: do not resolve cdromL by defaultXavier Del Campo Romero2021-10-241-0/+5
| | | | | This avoids calling malloc(3) and thus allowing the linker to remove the heap implementation from memory.c via --gc-sections.
* Provide word-aligned access to memcpy(3) and memset(3)Xavier Del Campo Romero2021-10-241-11/+55
|
* Use memset(3) on calloc(3)Xavier Del Campo Romero2021-10-241-7/+2
|
* stdio.h: use NULL definition from stddef.hXavier Del Campo Romero2021-10-241-5/+1
|
* Clear BSS space using memset(3)Xavier Del Campo Romero2021-10-241-5/+6
|
* Lazy-initialize heapXavier Del Campo Romero2021-10-243-13/+10
|
* Import MEMCARD_STATUS_UNKNOWN from psxsdk-20150729Xavier Del Campo Romero2021-01-031-0/+2
|
* Fix non-standard memset definitionXavier Del Campo Romero2021-01-031-2/+2
|
* Add implementation for strtok_rXavier Del Campo Romero2021-01-032-1/+46
|
* Provide experimental (non-working) mouse supportXavier Del Campo Romero2021-01-032-0/+23
|
* Fix const-correctness on psxgpuXavier Del Campo Romero2021-01-035-44/+78
| | | | - Added GsSetDrawEnv_DMA and GsUploadCLUT.
* Qualify local variables as staticXavier Del Campo Romero2021-01-011-3/+3
|
* Remove trailing whitespacesXavier Del Campo Romero2020-11-092-82/+82
|
* Implement strerror(3) and strerror_r(3)Xavier Del Campo Romero2020-11-081-8/+105
| | | | Error descriptions obtained from include/errno.h.
* Add PRiX* macros to inttypes.hXavier Del Campo Romero2020-11-081-0/+9
|
* Create output folders before buildingXavier Del Campo Romero2020-11-071-0/+8
|
* 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 non-standard memset() declarationXavi Del Campo2020-03-051-1/+1
|
* Solved issue with pads under real hwXavi Del Campo2020-02-011-4/+4
|
* Minor change on COLORMODE definitionXavi Del Campo2020-02-011-1/+1
|
* Enabled debugging symbolsXavi Del Campo2020-02-011-44/+47
|
* Added missing extern "C"Xavi Del Campo2020-02-017-18/+79
|
* Fixed typos and invalid width '384'Xavi Del Campo2020-01-311-3/+3
|
* Added -ffunction/data-sections and -Os to libpsxXavi Del Campo2020-01-312-61/+61
|
* Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 forkXavi Del Campo2020-01-314-170/+250
| | | | Also, added extern "C" on some header files. Some are still missing.
* Solved const-correctness issuesXavi Del Campo2020-01-314-262/+262
|
* Added missing include on psxgpu.hXavi Del Campo2020-01-311-68/+70
|
* Imported pristine psxsdk-20190410 from official repoXavi Del Campo2020-01-3160-0/+11366