psxsdk/libpsx/src
Xavier Del Campo Romero c6ded28dce
libpsx: Fix const-correctness for fwrite(3)
According to C99 §7.19.8.2p1, fwrite(3) is expected to take a const void
*, and not void *.
2023-11-29 13:00:13 +01:00
..
libc Fix vprintf(3) 2021-10-24 03:10:03 +02:00
runexe Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
start Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
atexit.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
cdrom.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
cdromh.s Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
cop.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
costbl.h Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
exc1.s Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
exception.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
exception.h Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
font.h Fix const-correctness on psxgpu 2021-01-03 01:02:23 +01:00
gpu.c Fix const-correctness on psxgpu 2021-01-03 01:02:23 +01:00
libc.c libpsx: Fix const-correctness for fwrite(3) 2023-11-29 13:00:13 +01:00
memcard.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
memory.c malloc: remove useless goto 2021-10-24 02:38:59 +02:00
pad.c QueryPAD: remove apparently useless wait 2021-10-24 03:11:28 +02:00
psxsdk.c Provide experimental (non-working) mouse support 2021-01-03 01:02:25 +01:00
setup.c Clear BSS space using memset(3) 2021-10-24 02:17:02 +02:00
sio.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
spu.c spu.c: do not assume 64-byte blocks on SsUpload 2021-12-08 03:24:56 +01:00
syscalls.s Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00
util.c Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00