aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-2/+4
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-2/+11
* Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-4/+6
* Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-181-88/+53
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-2/+2
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-301-268/+131
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-1/+2
* 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