From b1242efef910f58d81e6f64516117407924f85de Mon Sep 17 00:00:00 2001 From: Leo Lam Date: Sat, 7 Oct 2017 20:58:16 +0200 Subject: [PATCH] Updated IOS Overview (markdown) --- IOS-Overview.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/IOS-Overview.md b/IOS-Overview.md index 3795d9e..7f1a408 100644 --- a/IOS-Overview.md +++ b/IOS-Overview.md @@ -61,9 +61,5 @@ Differences between IOS versions are typically not emulated, since they are most ## [ES](https://wiibrew.org/wiki//dev/es) TODO * [ ] [Title limits and consumption tracking.](https://emucross.com/dolphin-developer-resurrects-incomplete-wii-ios-feature/) -* [ ] Drop the direct WAD launch hack. - - Keeping it forces us to be inefficient since we have to read tons of extra files or keep the entire WAD in memory, and possibly decrypt contents on every single boot. It also requires handling WAD files as a special case and encourages sloppy emulation, as inconsistent results will be returned. Additionally, getting rid of it will us to reuse the ES_LaunchTitle logic much more easily. - # References * [WiiBrew](https://wiibrew.org/wiki/IOS) is probably the best (and only) reference for IOS. \ No newline at end of file