summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2022-01-16CMakeLists: Change DiscIO dependency from common to corePokechu22
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2022-01-13Fix non-constexpr format stringsPokechu22
2022-01-03Merge pull request #10334 from AdmiralCurtiss/json-makerLéo Lam
2022-01-02Core: Add a Maker field for GameModDescriptors.Admiral H. Curtiss
2022-01-01Replace remaining uses of zlib crc32 with Common/Hash.hPokechu22
2021-12-25Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...Admiral H. Curtiss
2021-12-14Merge pull request #10187 from AdmiralCurtiss/json-gamelistLéo Lam
2021-12-12Core: Add ability to serialize a GameModDescriptor to json.Admiral H. Curtiss
2021-12-12GameList: Show game mod descriptor .json files in game list.Admiral H. Curtiss
2021-12-12Core: Require game mod descriptor json to self-identify as one.Admiral H. Curtiss
2021-12-12RiivolutionParser: Create config xml directory if it does not exist yet.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-12-03DolphinTool: CLI utility interface and disc image toolsssdsnake
2021-11-20RiivolutionPatcher: Use case-insensitive filename comparison when searching f...Admiral H. Curtiss
2021-10-31Merge pull request #10184 from JosJuice/android-riivolutionJosJuice
2021-10-31Merge pull request #10194 from AdmiralCurtiss/riivolution-edge-casesLéo Lam
2021-11-01HLE: Fix hooks overlapping Riivolution patchesSepalani
2021-10-31RiivolutionPatcher: More closely match behavior of filename searching file pa...Admiral H. Curtiss
2021-10-31RiivolutionPatcher: More closely match behavior of folder patches to actual R...Admiral H. Curtiss
2021-10-30Android: Allow starting game with Riivolution patches from the GUIJosJuice
2021-10-24RiivolutionPatcher: Use FileInfo instead of IOFile when only checking for fil...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Protect against three or more dots in path traversal.Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Handle the possibility of the FST already containing a ma...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Modify memory patching logic to be more accurate to actua...Admiral H. Curtiss
2021-10-24RiivolutionParser: Add code to read and write the Riivolution config XMLs tha...Admiral H. Curtiss
2021-10-24Core: Add ability to specify and launch a riivolution-modded game via a .json...Admiral H. Curtiss
2021-10-24Core: Implement Wii NAND path redirects for Riivolution savegame patches.Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Ignore last two bits of offset in file patches to match c...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Load external files with a layer of indirection during th...Admiral H. Curtiss
2021-10-24Core: Add RiivolutionPatcher to apply Riivolution-style patches to a game's f...Admiral H. Curtiss
2021-10-24Core: Add RiivolutionParser to parse a Riivolution XML.Admiral H. Curtiss
2021-10-24DiscIO: Add CreateDisc/WAD/Volume() overloads that take a BlobReader directly.Admiral H. Curtiss
2021-10-24DiscIO/DirectoryBlob: Add a callback that allows patching the main.dol and FS...Admiral H. Curtiss
2021-10-24DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobReader from a VolumeD...Admiral H. Curtiss
2021-10-24DiscIO/DirectoryBlob: Allow constructing a DirectoryBlobPartition from a Volu...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add a content source representing a run of padding bytes.Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add a content source that reads data from a DiscIO::Vol...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add ability to have an offset for a partition ContentSo...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add ability to have a start-of-file offset for a file C...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Add explanations for DiscContent members.Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Consolidate functions that take data for ContentSource ...Admiral H. Curtiss
2021-10-23DiscIO/DirectoryBlob: Rename the vector-reference variant of DiscContentConta...Admiral H. Curtiss
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-09-21DiscIO/DirectoryBlob: Fix swapped DiscContent comparison operators.Admiral H. Curtiss
2021-09-19Core/DiscIO: Extract disc and partition constants to DiscUtils.h.Admiral H. Curtiss
2021-09-14DiscIO/DirectoryBlob: Handle reads between files.Admiral H. Curtiss
2021-08-30Update clang-format to version 12Léo Lam
2021-08-16Merge pull request #10028 from GerbilSoft/bugfix/RVT-firmware-filenamesTilka
2021-08-15VolumeVerifier: Use correct IOS filename for development discs.David Korth