dolphin/Source/Core/DolphinQt2
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
..
Config Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
Debugger Qt/JITWidget: Add object name 2018-05-20 03:58:54 +02:00
GameList Qt: Minor window fixes 2018-05-14 11:10:04 +02:00
NetPlay DolphinQt2/NetPlay/GameListDialog: Make GetSelectedUniqueID() const qualified 2018-05-17 16:35:48 -04:00
QtUtils DolphinQt2: Add missing override specifiers 2018-05-17 16:28:35 -04:00
Settings Qt: Use proper signals 2018-05-15 20:13:12 +02:00
TAS Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
AboutDialog.cpp
AboutDialog.h
CheatsManager.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
CheatsManager.h Qt: Implement Cheats Manager 2018-04-19 10:42:24 +02:00
CMakeLists.txt Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.manifest
DolphinQt2.rc
DolphinQt2.vcxproj DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
DolphinQt2.vcxproj.user
FIFOPlayerWindow.cpp Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
FIFOPlayerWindow.h
GCMemcardManager.cpp DolphinQt2: Resolve unused lambda capture warnings 2018-05-14 10:11:47 -04:00
GCMemcardManager.h DolphinQt2: Add missing Q_OBJECT macro to all QObject-related classes missing it 2018-05-13 17:33:32 -04:00
Host.cpp Qt/debugger: properly update when we load the symbols on boot 2018-05-17 15:33:47 -04:00
Host.h Qt/debugger: properly update when we load the symbols on boot 2018-05-17 15:33:47 -04:00
HotkeyScheduler.cpp Merge pull request #6891 from spycrab/qt_fs_glitch 2018-05-18 19:30:42 +02:00
HotkeyScheduler.h Merge pull request #6853 from aldelaro5/qt-debugger-hotkey-fixes 2018-05-18 19:06:17 +02:00
Info.plist.in Qt/Wx: Turn Qt into the default interface 2018-04-21 17:54:00 +02:00
Main.cpp Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MainWindow.cpp Qt/D3D: Fix render widget size not being restored properly 2018-05-18 09:27:56 +02:00
MainWindow.h Qt/HotkeyScheduler: Fix state loading 2018-05-17 20:27:14 +02:00
MenuBar.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
MenuBar.h Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
qt.conf
RenderWidget.cpp Qt: Fix "Render To Main" 2018-05-06 04:51:13 +02:00
RenderWidget.h Qt: Implement "Free look" 2018-04-29 13:52:27 +02:00
resource.h
Resources.cpp
Resources.h
SearchBar.cpp
SearchBar.h
Settings.cpp Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
Settings.h DolphinQt2/Settings: Remove unimplemented IsInDevelopmentWarningEnabled() prototype 2018-05-17 16:09:56 -04:00
ToolBar.cpp Qt/ToolBar: Fix checkbox not properly reflecting toolbar visibility 2018-05-19 15:50:21 +02:00
ToolBar.h Qt: make the pause play button only one button 2018-05-15 23:37:50 -04:00
Translation.cpp
Translation.h
Updater.cpp Qt: Minor window fixes 2018-05-14 11:10:04 +02:00
Updater.h
WiiUpdate.cpp
WiiUpdate.h