dolphin/Source/Core/DolphinQt2/Config
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
..
Graphics Qt/SoftwareRendererWidget: Fix backend info not getting updated properly 2018-05-19 23:28:23 +02:00
Mapping Merge pull request #6853 from aldelaro5/qt-debugger-hotkey-fixes 2018-05-18 19:06:17 +02:00
ARCodeWidget.cpp Qt/CheatWarningWidget: properly supply a parent for the widget 2018-05-18 01:31:43 -04:00
ARCodeWidget.h
CheatCodeEditor.cpp Qt: Make dialogues more consistent 2018-05-06 18:05:56 +02:00
CheatCodeEditor.h DolphinQt2: Add missing header guards for CheatCodeEditor and MappingIndicator 2018-05-13 16:11:30 -04:00
CheatWarningWidget.cpp Qt/CheatWarningWidget: properly supply a parent for the widget 2018-05-18 01:31:43 -04:00
CheatWarningWidget.h Qt/CheatWarningWidget: properly supply a parent for the widget 2018-05-18 01:31:43 -04:00
ControllersWindow.cpp Qt/ControllersWindow: Fix changing devices while emulation is running 2018-05-13 14:04:39 +02:00
ControllersWindow.h
FilesystemWidget.cpp Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
FilesystemWidget.h FilesystemWidget: Replace DiscIO includes with forward declarations 2018-05-13 16:01:16 -04:00
GameConfigWidget.cpp Qt/GameConfigWidget: Fix checkboxes not being saved properly 2018-05-18 20:15:14 +02:00
GameConfigWidget.h
GeckoCodeWidget.cpp GeckoCodeWidget: Add a Sort button 2018-05-20 11:05:11 +02:00
GeckoCodeWidget.h GeckoCodeWidget: Add a Sort button 2018-05-20 11:05:11 +02:00
InfoWidget.cpp Qt: Use native dir separators 2018-05-13 21:51:38 +02:00
InfoWidget.h
LogConfigWidget.cpp
LogConfigWidget.h
LogWidget.cpp
LogWidget.h
NewPatchDialog.cpp Merge pull request #6845 from lioncash/patch-dlg 2018-05-13 22:00:43 +02:00
NewPatchDialog.h NewPatchDialog: Convert PatchEngine include into a forward declaration 2018-05-13 15:34:46 -04:00
PatchesWidget.cpp Merge pull request #6845 from lioncash/patch-dlg 2018-05-13 22:00:43 +02:00
PatchesWidget.h PatchesWidget: Convert Core and UICommon includes into forward declarations 2018-05-13 15:38:58 -04:00
PropertiesDialog.cpp FilesystemWidget: Replace DiscIO includes with forward declarations 2018-05-13 16:01:16 -04:00
PropertiesDialog.h
SettingsWindow.cpp Qt/SettingsWindow: Wrap tabs in scrollareas 2018-05-15 20:13:12 +02:00
SettingsWindow.h