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
/
VolumeWad.cpp
Age
Commit message (
Expand
)
Author
2024-12-15
Modernize `std::all_of` with ranges
mitaclaw
2024-05-26
DiscIO: drop unused Volume::CheckContentIntegrity() overload
Tillmann Karras
2023-05-16
StringUtil: Move IsPrintableCharacter() into Common namespace
Lioncash
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-01
Implement hw accelerated AES
Shawn Hoffman
2022-07-26
introduce wrapper for SHA1 functionality
Shawn Hoffman
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-08-02
Make netplay's "same game" check more robust
JosJuice
2020-07-29
DolphinQt: Show a warning when launching an NKit disc image
JosJuice
2020-07-04
DiscIO: Add Volume::IsDatelDisc
JosJuice
2020-06-07
Show an OSD message when running a disc image with a large block size
JosJuice
2020-01-16
StringUtil: Add IsPrintableCharacter and use it
Léo Lam
2019-08-06
VolumeVerifier: Don't read data multiple times
JosJuice
2019-07-21
Re-implement FixCommonKeyIndex for WAD files
JosJuice
2019-07-18
DiscIO: Merge WiiWAD into VolumeWAD
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-04-09
VolumeVerifier: Verify WAD contents
JosJuice
2019-03-30
DiscIO: Make Korean GC checks in Enums.cpp less fragile
JosJuice
2019-03-30
Volume: Add a GetCertificateChain function
JosJuice
2019-03-30
VolumeWad: Implement GetTicket
JosJuice
2019-03-30
DiscIO: Add way of checking whether blob data size is accurate
JosJuice
2019-02-25
Keep track of GameTDB ID separately from game ID
JosJuice
2018-10-28
Accurate region detection for NAND titles
JosJuice
2018-10-12
DiscIO: Rename RegionSwitch/CountrySwitch
JosJuice
2018-10-08
DiscIO: Move the Korean GC mess out of VolumeGC
JosJuice
2018-05-20
Reimplement custom PNG banners in game list
JosJuice
2018-03-31
DiscIO: Don't use all uppercase for enum values
JosJuice
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-11-03
Avoid UB when reading Wii volume names
JosJuice
2017-11-03
Add WiiSaveBanner class
JosJuice
2017-09-15
DiscIO: Use Common::Lazy for loading filesystems
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-05
DiscIO: Use std::optional in Volume and Blob
JosJuice
2017-06-03
DiscIO: Use std::optional for GetTitleID instead of pointer
Léo Lam
2017-05-26
Check TMD sizes using the actual constant
Léo Lam
2017-05-20
VolumeWiiCrypted: Cache TMDs and tickets
JosJuice
2017-05-19
Replace some usages of IVolume::ReadSwapped with IBlobReader::ReadSwapped
JosJuice
2017-05-16
VolumeWiiCrypted: Replace ChangePartition with a partition parameter
JosJuice
2017-03-20
Merge pull request #5099 from JosJuice/wii-menu-strings
Matthew Parlane
2017-03-20
Merge pull request #5093 from JosJuice/six-char-game-ids
Matthew Parlane
2017-03-18
Check whether WAD is a channel before reading names
Léo Lam
2017-03-18
Return a more meaningful type from GetSysMenuRegion
JosJuice
2017-03-16
Use 6-char game IDs for NAND tiles (if they are printable)
JosJuice
2017-03-13
Remove Blob nullptr checks from Volume code
JosJuice
2017-03-09
Volume: Use ReadSwapped more
JosJuice
2017-02-26
Use ESFormats for TMDs
Léo Lam
2017-01-23
VolumeWad: Implement GetTMD()
Léo Lam
2017-01-23
VolumeWad: Remove useless else after return
Léo Lam
[next]