dolphin/Source/Core/DiscIO
Pokechu22 7935e614d1 CMakeLists: Change DiscIO dependency from common to core
DiscIO depends on some IOS functions and other functions, which are in Core and not Common.  This results in link errors if using DiscIO on its own (which is why DolphinTool had a listed dependency on videocommon; videocommon has a dependency on core so adding that made things build).
2022-01-16 13:29:51 -08:00
..
Blob.cpp GameList: Show game mod descriptor .json files in game list. 2021-12-12 21:26:09 +01:00
Blob.h GameList: Show game mod descriptor .json files in game list. 2021-12-12 21:26:09 +01:00
CISOBlob.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
CISOBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt CMakeLists: Change DiscIO dependency from common to core 2022-01-16 13:29:51 -08:00
CompressedBlob.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
CompressedBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DirectoryBlob.cpp DiscIO/DirectoryBlob: Add a callback that allows patching the main.dol and FST of the game partition during blob construction. 2021-10-24 00:09:05 +02:00
DirectoryBlob.h RiivolutionPatcher: Handle the possibility of the FST already containing a main.dol file. 2021-10-24 00:09:09 +02:00
DiscExtractor.cpp Core/DiscIO: Extract disc and partition constants to DiscUtils.h. 2021-09-19 22:43:52 +02:00
DiscExtractor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DiscScrubber.cpp Core/DiscIO: Extract disc and partition constants to DiscUtils.h. 2021-09-19 22:43:52 +02:00
DiscScrubber.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
DiscUtils.cpp DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DiscUtils.h DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DriveBlob.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DriveBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Enums.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Enums.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FileBlob.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
FileBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FileSystemGCWii.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
FileSystemGCWii.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Filesystem.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Filesystem.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameModDescriptor.cpp Core: Add a Maker field for GameModDescriptors. 2022-01-02 06:06:53 +01:00
GameModDescriptor.h Core: Add a Maker field for GameModDescriptors. 2022-01-02 06:06:53 +01:00
LaggedFibonacciGenerator.cpp licensing: convert "public domain" to CC0 1.0 2021-07-05 04:43:55 +02:00
LaggedFibonacciGenerator.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
MultithreadedCompressor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NANDImporter.cpp Core: Make format of D_WIIROOT_IDX consistent with the rest of the user directories. 2021-12-25 20:21:32 +01:00
NANDImporter.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
RiivolutionParser.cpp RiivolutionParser: Create config xml directory if it does not exist yet. 2021-12-12 21:24:36 +01:00
RiivolutionParser.h Android: Allow starting game with Riivolution patches from the GUI 2021-10-30 23:24:36 +02:00
RiivolutionPatcher.cpp RiivolutionPatcher: Use case-insensitive filename comparison when searching for files in a folder patch. 2021-11-20 01:15:18 +01:00
RiivolutionPatcher.h RiivolutionPatcher: Modify memory patching logic to be more accurate to actual Riivolution. 2021-10-24 00:09:09 +02:00
ScrubbedBlob.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ScrubbedBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
TGCBlob.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
TGCBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Volume.cpp DiscIO: Add CreateDisc/WAD/Volume() overloads that take a BlobReader directly. 2021-10-24 00:09:05 +02:00
Volume.h DiscIO: Add CreateDisc/WAD/Volume() overloads that take a BlobReader directly. 2021-10-24 00:09:05 +02:00
VolumeDisc.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeDisc.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeFileBlobReader.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeFileBlobReader.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeGC.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeGC.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeVerifier.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
VolumeVerifier.h Replace remaining uses of zlib crc32 with Common/Hash.h 2022-01-01 10:36:38 -08:00
VolumeWad.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
VolumeWad.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VolumeWii.cpp Core/DiscIO: Extract disc and partition constants to DiscUtils.h. 2021-09-19 22:43:52 +02:00
VolumeWii.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
WIABlob.cpp Update clang-format to version 12 2021-08-30 00:20:18 +02:00
WIABlob.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
WIACompression.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WIACompression.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
WbfsBlob.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WbfsBlob.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiEncryptionCache.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiEncryptionCache.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
WiiSaveBanner.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiSaveBanner.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00