Updated IOS Overview (markdown)

Leo Lam 2017-10-07 20:58:16 +02:00
parent f01b30912b
commit b1242efef9
1 changed files with 0 additions and 4 deletions

@ -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.