From 1f2115ae5e590e2b85ddc1e829f2f9b6919a216f Mon Sep 17 00:00:00 2001 From: Leo Lam Date: Mon, 10 Jul 2017 10:59:27 +0200 Subject: [PATCH] Updated IOS Overview (markdown) --- IOS-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOS-Overview.md b/IOS-Overview.md index 3876aeb..3cf58c7 100644 --- a/IOS-Overview.md +++ b/IOS-Overview.md @@ -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.