index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
NANDImporter.cpp
Age
Commit message (
Expand
)
Author
2024-10-17
Modernize `std::search` with ranges
mitaclaw
2023-04-02
NANDImporter: Check data bounds.
Admiral H. Curtiss
2022-08-01
Implement hw accelerated AES
Shawn Hoffman
2022-03-01
NANDImporter: Only read the AES key once
Starsam80
2022-03-01
NANDImporter: Make superblocks less magical
Starsam80
2022-03-01
NANDImporter: Don't pass paths if we don't need to
Starsam80
2022-03-01
NANDImporter: Reduce recursion in `ProcessEntry`
Starsam80
2022-03-01
NANDImporter: Improve NANDFSTEntry
Starsam80
2022-03-01
NANDImporter: Make a class variable for the NAND root
Starsam80
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2021-12-25
Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-11-16
Use positional arguments in all translatable fmt strings
JosJuice
2020-11-11
DiscIO: Make use of fmt-capable panic alerts
Lioncash
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-10-19
DiscIO: Make use of fmt where applicable
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2017-10-29
Merge pull request #6148 from leoetlino/null-bug
Leo Lam
2017-10-28
NANDImporter: Construct strings correctly
Léo Lam
2017-10-28
NANDImporter: Add support for dumps that don't include keys
Léo Lam
2017-10-24
Remove NANDContentManager
Léo Lam
2017-06-19
NANDImporter: Improve certificate extraction
Starsam80
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-05-21
NANDImporter: fix printf warning
Silvan Jegen
2017-05-19
NANDImporter: Add logging
Starsam80
2017-05-19
NANDImporter: Use a indeterminate progress meter
Starsam80
2017-05-02
NANDImporter: fix printf warning
Michael Maltese
2017-04-09
Add BootMii NAND import functionality
Starsam80