Dolphin Git changelog:
* Merge pull request #3152 from ShadowsFriend/ipl_checksum
Use CRC32 for IPL checks and update hashes
* 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.
* Merge pull request #3274 from JosJuice/menu-capitalization
DolphinWX: More consistent capitalization in menus
* DolphinWX: More consistent capitalization in menus
* Merge pull request #3273 from Sonicadvance1/enable_page_fault_test
Enable the page fault test on targets that aren't x86_64
* Enable the page fault test on targets that aren't x86_64
* Merge pull request #3272 from Sonicadvance1/we_love_traps
Use __builtin_trap for our crash define instead of int3/exit
* Use __builtin_trap for our crash define instead of int3/exit
Download: Dolphin Git 4.0-8197 x64
Download: Dolphin Git 4.0-8197 for Android
Source: Here
0 Comments
Post a Comment