Decompile crcCalculateU32Pair

This commit is contained in:
Ryan Dwyer
2021-09-18 12:57:55 +10:00
parent 1d185c52e3
commit 53bb78d630
5 changed files with 29 additions and 94 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "data.h"
#include "types.h"
u32 func0f128f30(void);
void crcCalculateU32Pair(u8 *start, u8 *end, u32 *checksum);
void crcCalculateU16Pair(u8 *start, u8 *end, u16 *checksum);
u32 func0f1291b0(void);
u32 func0f1291f8(void);
+1 -1
View File
@@ -6,6 +6,6 @@
u32 random(void);
void rngSetSeed(u32 seed);
u32 func00012e1c(u64 *value);
u32 rngRotateSeed(u64 *value);
#endif