dolphin/Source/Core/DolphinWX/ISOProperties
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
..
FilesystemPanel.cpp Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
FilesystemPanel.h DiscIO: Use Common::Lazy for loading filesystems 2017-09-15 18:57:05 +02:00
InfoPanel.cpp DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
InfoPanel.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
ISOProperties.cpp PatchEngine: Make PatchType an enum class 2018-05-13 15:46:51 -04:00
ISOProperties.h Remove support for projection hacks 2018-04-01 21:41:18 +02:00