Updated IOS Overview (markdown)
parent
8cb01e986d
commit
e4df9a6388
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue