dolphin/Source/Core
JosJuice 58743416bb Make the support for unencrypted Wii disc images less broken
These disc images are only used on dev units and not retail units.
There are two important differences compared to normal Wii disc images:

- The data starts 0x8000 bytes into each partition instead of 0x20000
- The data of a partition is stored unencrypted and contains no hashes

Our old implementation was just guesswork and doesn't work at all.
According to testing by GerbilSoft, this commit's implementation
is able to read and extract files in the filesystem correctly,
but the tested game still isn't able to boot. (It's thanks to their
info about unencrypted disc images that I was able to make this commit.)
2018-05-23 08:40:37 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Fix compatibility with versions of libpng older than 1.5 2018-05-20 13:44:42 +02:00
Core Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DiscIO Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DolphinWX Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
VideoCommon Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
CMakeLists.txt