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 Qt: Implement Cheats Manager 2018-04-19 10:42:24 +02:00
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 Qt: Improve spacing 2018-03-17 16:14:56 +01:00
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 Remove EmuState 2018-03-31 16:21:17 +02:00
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 Qt: Improve spacing 2018-03-17 16:14:56 +01:00
LogConfigWidget.cpp Qt: Make toolbar more dynamic 2018-04-20 22:44:49 +02:00
LogConfigWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
LogWidget.cpp Qt/log change the notice log color to lime 2018-04-21 21:22:16 -04:00
LogWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
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 Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
SettingsWindow.cpp Qt/SettingsWindow: Wrap tabs in scrollareas 2018-05-15 20:13:12 +02:00
SettingsWindow.h Qt/SettingsWindow: Use tabs 2018-04-16 23:15:45 +02:00