diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:37:03 +0000 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:37:03 +0000 |
| commit | f2fc18f82dd7900465d6ab3ae2080726d5589d39 (patch) | |
| tree | 74bcf61c346cdc4f108b8295dd82eca421a0eb1d /libpsn00b/psxetc/readme.txt | |
| parent | 89751f29467b359339a8c8b57c218cc3328bae43 (diff) | |
| download | psn00bsdk-f2fc18f82dd7900465d6ab3ae2080726d5589d39.tar.gz | |
Added dynamic linker API and example, updated README and changelog
Diffstat (limited to 'libpsn00b/psxetc/readme.txt')
| -rw-r--r-- | libpsn00b/psxetc/readme.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libpsn00b/psxetc/readme.txt b/libpsn00b/psxetc/readme.txt index f2e7649..24645f7 100644 --- a/libpsn00b/psxetc/readme.txt +++ b/libpsn00b/psxetc/readme.txt @@ -1,18 +1,20 @@ PSX Misc library, part of PSn00bSDK -2019 Lameguy64 / Meido-Tek Productions +2021 Lameguy64 / Meido-Tek Productions Licensed under Mozilla Public License -Open source implementation of the ETC library. Doesn't really provide much -aside from some debug font stuff at the moment. - +Open source implementation of the ETC library. Currently provides the interrupt +and DMA callback dispatchers (used by other libraries) as well as the DL_* and +dl* functions for dynamic library loading (original, not present in the official +SDK but similar to the standard dlopen() API). Library developer(s): Lameguy64 - - + spicyjpeg + Library header(s): psxetc.h - + dlfcn.h + elf.h (used internally) |
