dolphin-emulator/Source/Core
Christian Widmer 5fbf8f561b Use CRC32 for IPL checks and update hashes
This changes the hashing algorithm from Adler32 to CRC32 for it
is more widely used and therefore makes it easier to verify hashes.
For example the Redump database does provide CRC32 hashes, while it
doesn't have Adler32 ones.
Additionally adds new hashes from the bugtracker and the forums and
removes unknown ones.
2015-10-09 14:36:30 +02:00
..
AudioCommon Merge pull request #3105 from phire/dont_block 2015-10-03 17:55:26 -07:00
Common Include cstring in Hash.cpp to fix building without PCH 2015-10-06 14:59:56 +02:00
Core Use CRC32 for IPL checks and update hashes 2015-10-09 14:36:30 +02:00
DiscIO Merge pull request #3091 from Tilka/mbedtls 2015-10-03 18:00:58 -07:00
DolphinQt Merge pull request #3075 from waddlesplash/no-regexp 2015-10-02 04:00:23 +13:00
DolphinWX DolphinWX: Make UpdateLog() return in a finite time. 2015-10-09 12:14:04 +13:00
InputCommon Merge pull request #3128 from lioncash/unique 2015-10-03 19:08:00 -07:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends Merge pull request #3076 from void-ghost/stereo3d_presets 2015-10-03 18:10:23 -07:00
VideoCommon VideoCommon: Silence -Wsign-compare warnings. 2015-10-03 20:32:16 -05:00
CMakeLists.txt