diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2022-11-03 10:14:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 10:14:22 +0800 |
| commit | 4139331d233b7a962e747c5564fa68a285f81cc8 (patch) | |
| tree | d4d3374afd5e36e8580cc424ab2c63ee9e7d357c /doc/known_bugs.md | |
| parent | e08a3d9366f8ca14a76b3dd569dac1fb9f569748 (diff) | |
| parent | 37d963f724113e45d15aa9b8ee86baa9c4362b8f (diff) | |
| download | psn00bsdk-4139331d233b7a962e747c5564fa68a285f81cc8.tar.gz | |
Merge pull request #60 from spicyjpeg/bugfix
Bugfixes, new serial port API and sound examples
Diffstat (limited to 'doc/known_bugs.md')
| -rw-r--r-- | doc/known_bugs.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/known_bugs.md b/doc/known_bugs.md index 620a805..5aabaf1 100644 --- a/doc/known_bugs.md +++ b/doc/known_bugs.md @@ -37,16 +37,9 @@ fixed. due to the SPU status register being emulated incorrectly. They work as expected on other emulators as well as on real hardware. -`psxetc`: - -- `DL_LoadSymbolMapFromFile()`, `DL_LoadDLLFromFile()` and `dlopen()` have been - disabled due to bugs in the BIOS file APIs. The dynamic linker can still be - used by loading DLL binaries into RAM manually and calling `DL_CreateDLL()` - on them (see the `system/dynlink` example). - ## Examples See [README.md in the examples directory](../examples/README.md#examples-summary). ----------------------------------------- -_Last updated on 2022-10-13 by spicyjpeg_ +_Last updated on 2022-10-30 by spicyjpeg_ |
