| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | inttypes.h: Fix wrong definitionsHEADmaster | Xavier Del Campo Romero | 2024-03-31 | 1 | -4/+9 |
| | | | | | | PRIsN is not defined according to C99. Instead, PRIdN and PRIiN are the macros defined for signed integers. | ||||
| * | stdio.h: Add missing declaration for freopen(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -0/+1 |
| | | |||||
| * | libpsx: Fix const-correctness for fwrite(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -1/+1 |
| | | | | | | According to C99 §7.19.8.2p1, fwrite(3) is expected to take a const void *, and not void *. | ||||
| * | libpsx: Add rewind(3) | Xavier Del Campo Romero | 2023-11-29 | 1 | -0/+1 |
| | | |||||
| * | libpsx: Move type definitions to stdint.h | Xavier Del Campo Romero | 2023-11-29 | 2 | -39/+37 |
| | | | | | | According to C99 §7.8, inttypes.h is meant to include stdint.h, and not the other way around. | ||||
| * | Upgrade to version 0.7.1v0.7.1 | Xavier Del Campo Romero | 2022-06-08 | 1 | -3/+3 |
| | | |||||
| * | Remove ssize_t definition from stdlib.h | Xavier Del Campo Romero | 2022-02-07 | 1 | -1/+0 |
| | | |||||
| * | psx.h: define root counter specs as macros | Xavier Del Campo Romero | 2022-02-07 | 1 | -12/+8 |
| | | | | | | | | ISO C considers enumerators of int type, so any value larger than 0x7FFFFFFF is considered invalid on platforms where sizeof (int) == 4. A workaround for this limitation on the language is to use macros instead. | ||||
| * | Upgrade to version 0.7.0 | Xavier Del Campo Romero | 2021-10-24 | 1 | -3/+5 |
| | | | | | | Many breaking changes have been introduced by previous commits, so it might be a good idea to do so. | ||||
| * | Provide buffered fread(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+7 |
| | | | | | | | | | | In order to reduce calls to seek(2) (which are very expensive), this commit keeps a sector-sized cache for each available FILE instance, except from the standard streams, of course. As expected, this allows calls to fread(3) to react much faster when small, contiguous chunks are read. | ||||
| * | Provide conforming interface for fwrite(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Provide implementations for strtoul(3) and strtoull(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -0/+2 |
| | | |||||
| * | Provide implementation for perror(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -0/+1 |
| | | |||||
| * | Provide implementation for fprintf(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | Add conforming interfaces of standard streams | Xavier Del Campo Romero | 2021-10-24 | 1 | -0/+2 |
| | | |||||
| * | errno.h: always define errno | Xavier Del Campo Romero | 2021-10-24 | 1 | -2/+0 |
| | | |||||
| * | Set conforming interface for vprintf(3) | Xavier Del Campo Romero | 2021-10-24 | 1 | -1/+1 |
| | | |||||
| * | stdio.h: use NULL definition from stddef.h | Xavier Del Campo Romero | 2021-10-24 | 1 | -5/+1 |
| | | |||||
| * | Import MEMCARD_STATUS_UNKNOWN from psxsdk-20150729 | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+2 |
| | | |||||
| * | Add implementation for strtok_r | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+1 |
| | | |||||
| * | Provide experimental (non-working) mouse support | Xavier Del Campo Romero | 2021-01-03 | 1 | -0/+2 |
| | | |||||
| * | Fix const-correctness on psxgpu | Xavier Del Campo Romero | 2021-01-03 | 2 | -21/+32 |
| | | | | | - Added GsSetDrawEnv_DMA and GsUploadCLUT. | ||||
| * | Add PRiX* macros to inttypes.h | Xavier Del Campo Romero | 2020-11-08 | 1 | -0/+9 |
| | | |||||
| * | Fixed non-standard memset() declaration | Xavi Del Campo | 2020-03-05 | 1 | -1/+1 |
| | | |||||
| * | Minor change on COLORMODE definition | Xavi Del Campo | 2020-02-01 | 1 | -1/+1 |
| | | |||||
| * | Added missing extern "C" | Xavi Del Campo | 2020-02-01 | 7 | -18/+79 |
| | | |||||
| * | Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 fork | Xavi Del Campo | 2020-01-31 | 2 | -56/+79 |
| | | | | | Also, added extern "C" on some header files. Some are still missing. | ||||
| * | Solved const-correctness issues | Xavi Del Campo | 2020-01-31 | 2 | -13/+13 |
| | | |||||
| * | Added missing include on psxgpu.h | Xavi Del Campo | 2020-01-31 | 1 | -68/+70 |
| | | |||||
| * | Imported pristine psxsdk-20190410 from official repo | Xavi Del Campo | 2020-01-31 | 26 | -0/+3513 |
