Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge CRC32.h into Hash.h and remove MD5.h #10271

Merged
merged 4 commits into from Jan 3, 2022

Conversation

Pokechu22
Copy link
Contributor

The main point of this is to have one obvious location where all hash-related code is. I've also used the wrapper around zlib's crc32 in other places (it was first added for the GameCube IPL rom in 3d662e7).

Source/Core/Common/Hash.h Outdated Show resolved Hide resolved
@Pokechu22 Pokechu22 changed the title Merge MD5.h and CRC32.h into Hash.h Merge CRC32.h into Hash.h and remove MD5.h Dec 10, 2021
@Pokechu22 Pokechu22 force-pushed the hash.h-merge branch 2 times, most recently from bceaddc to 47f4730 Compare December 12, 2021 17:39
@Pokechu22 Pokechu22 force-pushed the hash.h-merge branch 2 times, most recently from 7099488 to 78e7e65 Compare December 22, 2021 23:53
It uses DiscIO, and Common shouldn't depend on DiscIO.  Instead, put this code in NetPlayClient.cpp.
@leoetlino leoetlino merged commit 5953c55 into dolphin-emu:master Jan 3, 2022
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants