Logo
Explore Help
Sign In
The-Homebrew-Cloud/WiiFlow_Lite
2
0
Fork 0
You've already forked WiiFlow_Lite
mirror of https://github.com/Fledge68/WiiFlow_Lite.git synced 2025-01-13 12:29:09 +01:00
Code Issues Packages Projects Releases Wiki Activity
WiiFlow_Lite/source/plugin/crc32.h

19 lines
243 B
C
Raw Normal View History

-added download of plugin covers via gametdb, currently only works with extracted nintendo games (collection is very small but will grow) as soon as more covers come you can also download covers for other systems, also added a new option to plugin inis for this day already, "consoleCoverID" -updated english help file (thanks seam for info)
2012-06-08 19:29:23 +00:00
#ifndef CRC32_H
#define CRC32_H
#ifdef __cplusplus
extern "C"
{
#endif
#define UPDC32(octet, crc) (crc_32_tab[((crc)\
^ (octet)) & 0xff] ^ ((crc) >> 8))
-general code cleanup -added crc32 buffer and limited checked filesize to 1gb
2012-11-18 13:40:26 +00:00
u32 crc32file(const char *name);
-added download of plugin covers via gametdb, currently only works with extracted nintendo games (collection is very small but will grow) as soon as more covers come you can also download covers for other systems, also added a new option to plugin inis for this day already, "consoleCoverID" -updated english help file (thanks seam for info)
2012-06-08 19:29:23 +00:00
#ifdef __cplusplus
}
#endif
#endif /* CRC32_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 82ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API