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
release-prep-2606a
release-prep-2606a-2
release-prep-2609
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
VolumeWii.cpp
Age
Commit message (
Expand
)
Author
2019-11-26
VolumeWii: Check SupportsReadWiiDecrypted before m_encrypted
JosJuice
2019-10-30
Return nothing from VolumeWii::GetGameTDBID if Datel
JosJuice
2019-08-06
VolumeVerifier: Don't read data multiple times
JosJuice
2019-06-07
General: Migrate from deprecated mbedTLS functions
Lioncash
2019-04-09
VolumeVerifier: Check hashes in Wii partitions
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
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-12
DiscIO: Rename RegionSwitch/CountrySwitch
JosJuice
2018-10-08
DiscIO: Move the Korean GC mess out of VolumeGC
JosJuice
2018-10-05
DiscIO: Merge RegionSwitchGC and RegionSwitchWii
JosJuice
2018-05-30
VolumeWii: Shorten padding checking code within CheckIntegrity()
Lioncash
2018-05-30
VolumeWii: Use ReadSwapped for retrieving the partition data size in CheckInt...
Lioncash
2018-05-30
VolumeGC/VolumeWii: Dehardcode sizes where applicable
Lioncash
2018-05-30
Volume/VolumeGC/VolumeWii: Amend variable naming
Lioncash
2018-05-23
Make the support for unencrypted Wii disc images less broken
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-08-02
DiscIO: Add a Volume::ReadSwappedAndShifted function
JosJuice
2017-08-01
Blob: Add interface for reading decrypted Wii data directly
JosJuice
2017-08-01
Merge pull request #5683 from JosJuice/volume-wii-defer
Leo Lam
2017-07-16
Ensure that Volume::GetRegion doesn't return invalid enum values
JosJuice
2017-07-04
VolumeWii: Defer loading tickets, TMDs and keys until when needed
JosJuice
2017-07-04
VolumeWii: Change the format of partition maps
JosJuice
2017-06-28
FilesystemPanel: Put partitions in separate folders when extracting all parti...
JosJuice
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice
2017-06-27
IOS: Use a std::array for the title key instead of vector
Léo Lam
2017-06-14
Filesystem: Replace GetFileList()
JosJuice
2017-06-13
Filesystem: Use file info in arguments instead of path
JosJuice
2017-06-09
VolumeWii: Don't set m_game_partition until we know partition is valid
JosJuice
2017-06-07
fix various instances of -1 being assigned to unsigned types
Shawn Hoffman
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice