summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2022-07-13DiscIO/VolumeVerifier: Don't try to verify data that would read out of bounds.Admiral H. Curtiss
2022-06-14Merge pull request #10743 from tellowkrinkle/LargeBlockRVZJMC47
2022-06-11DiscIO: Fix creation of rvz with > 2mb chunk sizeTellowKrinkle
2022-06-06CMake: rename minizip to minizip-ngTillmann Karras
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-03-26Merge pull request #10514 from JosJuice/datel-no-gametdbAdmiral H. Curtiss
2022-03-20Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuffAdmiral H. Curtiss
2022-03-19Added a way to check Block Size, Compression Method, and Compression Level fl...Minty-Meeo
2022-03-15DiscIO: Don't return GameTDB ID for any Datel discJosJuice
2022-03-12DiscIO: Treat game ID DTLX01 as a Datel discJosJuice
2022-03-12VolumeVerifier: Skip "lacks some data" check for Datel discsJosJuice
2022-03-01NANDImporter: Only read the AES key onceStarsam80
2022-03-01NANDImporter: Make superblocks less magicalStarsam80
2022-03-01NANDImporter: Don't pass paths if we don't need toStarsam80
2022-03-01NANDImporter: Reduce recursion in `ProcessEntry`Starsam80
2022-03-01NANDImporter: Improve NANDFSTEntryStarsam80
2022-03-01NANDImporter: Make a class variable for the NAND rootStarsam80
2022-02-13Fix integer sign difference comparison warningsPokechu22
2022-01-29IOFile: Rename Clear() to ClearError() for clarity.Admiral H. Curtiss
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-23DiscIO: Delete an unused function declarationJosJuice
2022-01-20Merge pull request #10367 from Pokechu22/fmt-8.1.1JosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
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