From 6c26b8a7a31852b06d2005f4d79a2017112759df Mon Sep 17 00:00:00 2001 From: Leo Lam Date: Mon, 10 Jul 2017 13:01:15 +0200 Subject: [PATCH] Updated IOS Overview (markdown) --- IOS-Overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IOS-Overview.md b/IOS-Overview.md index 3cf58c7..864ddc0 100644 --- a/IOS-Overview.md +++ b/IOS-Overview.md @@ -1,5 +1,7 @@ IOS is the Wii's internal operating system running on an ARM coprocessor. Games run on the bare metal but rely on IOS for essential services like DI, USB and power state management. +The information on this page only holds for the latest development version. Older versions have worse emulation. + # 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 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.