summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDImporter.cpp
AgeCommit message (Expand)Author
2025-05-16DiscIO: Make functions constantDr. Dystopia
2025-04-20DiscIO: Pass parameters by constant referenceDr. Dystopia
2024-10-17Modernize `std::search` with rangesmitaclaw
2023-04-02NANDImporter: Check data bounds.Admiral H. Curtiss
2022-08-01Implement hw accelerated AESShawn Hoffman
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-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2021-12-25Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-11-16Use positional arguments in all translatable fmt stringsJosJuice
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-10-19DiscIO: Make use of fmt where applicableJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-10-29Merge pull request #6148 from leoetlino/null-bugLeo Lam
2017-10-28NANDImporter: Construct strings correctlyLéo Lam
2017-10-28NANDImporter: Add support for dumps that don't include keysLéo Lam
2017-10-24Remove NANDContentManagerLéo Lam
2017-06-19NANDImporter: Improve certificate extractionStarsam80
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-05-21NANDImporter: fix printf warningSilvan Jegen
2017-05-19NANDImporter: Add loggingStarsam80
2017-05-19NANDImporter: Use a indeterminate progress meterStarsam80
2017-05-02NANDImporter: fix printf warningMichael Maltese
2017-04-09Add BootMii NAND import functionalityStarsam80