summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2026-02-24DiscIO: Only allow alphanumeric ASCII in game IDsJosJuice
2026-02-24DiscIO: Move DecodeString to Volume.cppJosJuice
2026-02-15Enums: Unhandled switch statementJoshua Vandaële
2026-02-15DiscIO: Add IsCached virtual function to BlobReader.Jordan Woyak
2026-02-15SI_DeviceAMBaseboard: Add missing bounds checksSepalani
2026-02-15Triforce: Code fixes.crediar
2026-02-15Triforce: Code cleanups.Jordan Woyak
2026-02-15DiscIO: Make Volume::DecodeString take a std::span so it can work with std::a...Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-02-06RiivolutionParser: Fix XML Param ParsingGabriela Orzechowska
2026-01-25Remove unused importsMartino Fontana
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-17Merge pull request #14267 from jordan-woyak/std-expectediwubcode
2026-01-17Common: Replace Result with C++23's std::expected.Jordan Woyak
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-04VolumeFileBlobReader: Define default destructor in source fileDentomologist
2026-01-02DiscIO/Volume: Fix CreateVolume for WiiWare.Jordan Woyak
2025-12-22Merge pull request #14174 from JoshuaVandaele/minizips-cmakeJMC47
2025-12-22Merge pull request #14154 from jordan-woyak/result-parameter-orderJMC47
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-23Core/DiscIO: Add a setting to load the running game into memory via CachedBlo...Jordan Woyak
2025-11-23DiscIO: Add CachedBlobReader which takes another BlobReader and reads it into...Jordan Woyak
2025-11-21Common/Result: Swap order of template parameters to match C++26's std::expect...Jordan Woyak
2025-11-19Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-castsJordan Woyak
2025-11-09DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...Jordan Woyak
2025-10-08MMU: Use templates for Read/Write functionsMartino Fontana
2025-07-04WiiSaveBanner: fall back to $userdir/Load/WiiBannersTillmann Karras
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-04DiscIO: Remove redundant castsDr. Dystopia
2025-06-04Merge pull request #13379 from JoshuaVandaele/system-ngJMC47
2025-05-25Hide DirectoryBlob header.bin files from game listJosJuice
2025-05-22minizip-ng: Stop using compatibility modeJoshua Vandaële
2025-05-16DiscIO: Make functions constantDr. Dystopia
2025-05-07Merge pull request #13542 from tygyh/DiscIO-Pass-parameters-by-constant-refer...Jordan Woyak
2025-05-01Merge pull request #13597 from JosJuice/hide-boot-binJMC47
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-26Hide DirectoryBlob boot.bin files from game listJosJuice
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
2025-04-22Merge pull request #13540 from tygyh/DiscIO-Remove-redundant-qualifiersJordan Woyak
2025-04-22DiscIO: Remove redundant qualifiersDr. Dystopia
2025-04-21Implement Triforce ID parsingZopolis4
2025-04-21Add Triforce platform and preliminary boot.id parsingZopolis4
2025-04-21Merge pull request #13537 from tygyh/DiscIO-Make-variables-constexprTilka
2025-04-20Merge pull request #13538 from tygyh/DiscIO-Use-default-to-define-a-trivial-d...Tilka
2025-04-20Merge pull request #13541 from tygyh/DiscIO-Remove-redundant-zero-initializer...Tilka
2025-04-20DiscIO: Pass parameters by constant referenceDr. Dystopia
2025-04-19DiscIO: Remove redundant zero initializers in aggregate initializationsDr. Dystopia
2025-04-19DiscIO: Use `= default` to define a trivial destructorDr. Dystopia
2025-04-19DiscIO: Make variables constexprDr. Dystopia