aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-191-25/+27
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-48/+43
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-131-54/+44
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-201-2/+4
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-301-28/+23
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-2/+2
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-95/+111
* Migrated libpsn00b to CMakespicyjpeg2021-09-121-1/+1
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-171-0/+665