mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
CRC files OK and documented (#409)
* crc.c OK and documented * chmod calc_bss.sh and add base dir to includes * Port voicecrc work, add documentation Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Add full stop * Review * Format * Add some more `!= 0`s * size_t Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
co-authored by
engineer124
parent
782b9277e2
commit
b245740020
+1
-1
@@ -351,7 +351,7 @@ void _Putfld(_Pft* px, va_list* pap, u8 code, u8* ac);
|
||||
void osUnmapTLBAll(void);
|
||||
s32 osEPiStartDma(OSPiHandle* pihandle, OSIoMesg* mb, s32 direction);
|
||||
// void __osVoiceContRead2(void);
|
||||
// void __osVoiceContDataCrc(void);
|
||||
u8 __osVoiceContDataCrc(u8* data, size_t numBytes);
|
||||
const char* strchr(const char* __s, s32 __c);
|
||||
size_t strlen(const char* __s);
|
||||
void* memcpy(void* __dest, const void* __src, size_t __n);
|
||||
|
||||
Reference in New Issue
Block a user