Updated IOS Overview (markdown)

Leo Lam 2017-07-10 10:59:27 +02:00
parent 0766518ec0
commit 1f2115ae5e
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ IOS is the Wii's internal operating system running on an ARM coprocessor. Games
# Emulation
Dolphin does not emulate the Starlet coprocessor at all, except the IPC registers, which are however hardcoded to be routed to IOS HLE. This means that Dolphin is unable to run any IOS, and instead HLEs them. This works fine with anything that doesn't rely on raw hardware access or patching IOS.
Dolphin does not emulate the Starlet coprocessor at all, except the IPC registers, which are however hardcoded to be routed to IOS HLE. This means that Dolphin is unable to run any IOS or anything running on the Starlet, and instead HLEs IOS. This works fine with anything that doesn't rely on raw hardware access or patching IOS.
Differences between IOS versions are typically not emulated, since they are mostly minor and do not affect anything. The USB modules are currently the only exception.