usbloadergx/source/mload/modules/ehcmodule_5.h
dimok321 a4f3d16a56 *Added support for all the currently new IOS stuff. Stole a few modules/plugins from WiiFlow here :P. (Tested Hermes 222 v5.1 base 38 and Waninkoko 249 base 57)
*Added support for older Hermes IOS too (rev 2 and rev 3)
*Changed Alternative Dol Browser to get the filelist (fst) with functions from libwbfs (like banner sounds) instead of from an emulated disk. This should fix all the weird crashes with it.
2010-10-01 15:01:19 +00:00

17 lines
210 B
C

#ifndef EHC_MODULE5_H_
#define EHC_MODULE5_H_
#ifdef __cplusplus
extern "C" {
#endif
extern unsigned char ehcmodule_5[3352];
#define ehcmodule_5_size sizeof(ehcmodule_5)
#ifdef __cplusplus
}
#endif
#endif