From e4df9a6388571f0bb32322ab0173217f9bbae028 Mon Sep 17 00:00:00 2001 From: Leo Lam Date: Sat, 26 Aug 2017 22:34:36 +0200 Subject: [PATCH] Updated IOS Overview (markdown) --- IOS-Overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IOS-Overview.md b/IOS-Overview.md index 1e40c76..3795d9e 100644 --- a/IOS-Overview.md +++ b/IOS-Overview.md @@ -15,7 +15,7 @@ Differences between IOS versions are typically not emulated, since they are most | --- | --- | | Kernel | Cannot be implemented with HLE in a way that makes sense. | | ES | Mostly complete. Does not support consumption tracking and two ioctls that expose kernel internals directly (thread priorities). The latter cannot be implemented with HLE in a way that makes sense. | -| FFS / FFSP | Partially implemented. Does not support filesystem metadata, proper block sizes, boot2 or direct flash access. | +| FFS / FFSP | Partially implemented. Does not support filesystem metadata, boot2 or direct flash access. | | --- | --- | | DIP | Implemented as a thin wrapper around Dolphin's DVDInterface. | | STM | Mostly complete. Screen dimming is not supported. | @@ -28,14 +28,14 @@ Differences between IOS versions are typically not emulated, since they are most | OH1 | Complete | | USB | Not implemented (internal). | | USB_HID (v4) | Complete | -| USB_HID (v5) | Not implemented. Used by Dragon Quest X. | +| USB_HID (v5) | Stubbed. Used by Dragon Quest X. | | USB_HUB | Not implemented (internal?) | | USB_MSC | Not implemented (internal) | | USB_SHARED | Not implemented (internal) | | USB_VEN | Mostly complete | | --- | --- | -| WFSI | Partially implemented | -| WFSKRN | Partially implemented | +| WFSI | Implemented, enough to make DQX fully work | +| WFSKRN | Implemented, enough to make DQX fully work | | --- | --- | | ETH | Not implemented (internal). | | KD | Mostly a stub. |