dolphin/Source/Core
JosJuice 04c7892b93 DiscIO: Add GameCube disc scrubbing support
The code was actually already rather well adapted for this.
We more or less just have to skip ParseDisc and run
ParsePartitionData directly. This required the PartitionHeader
struct to be removed (which wasn't that useful anyway).
2020-04-24 15:10:36 +02:00
..
AudioCommon Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
Common Merge pull request #8680 from Leseratte10/master 2020-03-24 00:21:29 +01:00
Core Merge pull request #8755 from Sintendo/jit64intopts 2020-04-24 07:40:07 +02:00
DiscIO DiscIO: Add GameCube disc scrubbing support 2020-04-24 15:10:36 +02:00
DolphinNoGUI Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
DolphinQt DolphinQt: Turn the compress/decompress action into a dialog 2020-04-24 15:10:35 +02:00
InputCommon InputCommon: cleanup warnings of -Wclass-memaccess 2020-03-23 14:26:36 +08:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon DolphinQt: Turn the compress/decompress action into a dialog 2020-04-24 15:10:35 +02:00
UpdaterCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VideoBackends Vulkan: Switch from vkCreateMacOSSurfaceMVK() to vkCreateMetalSurfaceEXT() 2020-04-07 18:56:55 +10:00
VideoCommon Analytics: Report correct quirk for mismatched xf/bp colors 2020-04-24 02:22:51 +02:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00