1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Logan McNaughton
85a8635952 Update to XXH3 for CRC_OPT 2020-03-30 21:16:59 +07:00
Sergey Lipskiy
2ac29acf29 Add '#pragma once' to CRC.h 2019-03-15 16:56:50 +07:00
Logan McNaughton
617517737d Specify a specific CRC function for microcodes 2016-11-03 17:37:40 +07:00
Sergey Lipskiy
48c8c25226 Remove CRC_OPT since it does not provide good enough checksum. 2016-10-18 21:00:12 +07:00
Sergey Lipskiy
92b39b6b72 Correct typo in CRC.h 2016-10-13 14:34:33 +07:00
Sergey Lipskiy
9f8e07e571 Refactor CRC code: move CRC32 algorithm into separate file to avoid multiple copy of the same code 2016-10-11 17:21:46 +07:00
Logan McNaughton
0f9107ad2e Use strict CRC calculation for CRC_OPT and GBI 2016-10-11 17:19:01 +07:00
Sergey Lipskiy
f48ab4828d Code cleanup: remove unused function textureCRC 2016-07-08 12:47:25 +06:00
Sergey Lipskiy
52d68d1389 Move all sources to src folder. 2015-05-13 10:21:32 +06:00