aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-10-13 23:21:32 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-10-13 23:21:32 +0200
commitb458ea70700739bf8a64217af369c7ace08fc954 (patch)
tree77281ebd18e5049fcb1c86718854ff3ce91e54c2 /doc
parent8e92156bc6a977651771d2cf91ac5800a0e9a913 (diff)
downloadpsn00bsdk-b458ea70700739bf8a64217af369c7ace08fc954.tar.gz
Fix dropped IRQs, clean up psxcd and psxetc logging
Diffstat (limited to 'doc')
-rw-r--r--doc/known_bugs.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/known_bugs.md b/doc/known_bugs.md
index 9e4785c..620a805 100644
--- a/doc/known_bugs.md
+++ b/doc/known_bugs.md
@@ -37,11 +37,6 @@ fixed.
due to the SPU status register being emulated incorrectly. They work as
expected on other emulators as well as on real hardware.
-`psxcd`:
-
-- Custom callbacks registered using `CdReadyCallback()` seem to be unstable on
- DuckStation (and possibly on real hardware), occasionally dropping sectors.
-
`psxetc`:
- `DL_LoadSymbolMapFromFile()`, `DL_LoadDLLFromFile()` and `dlopen()` have been
@@ -54,4 +49,4 @@ fixed.
See [README.md in the examples directory](../examples/README.md#examples-summary).
-----------------------------------------
-_Last updated on 2022-10-11 by spicyjpeg_
+_Last updated on 2022-10-13 by spicyjpeg_