usbloadergx/source/patches/bca.h
dimok321 cad13f704c *Fixed Nand Emu on d2x v7 alpha versions for USB (thanks davebaol)
*Added check for d2x IOS for Nand Emu again (now it's valid)
*Added different hooktype and wiird debugger (see "Loader Settings") (thanks GeckoOS for the sources)
2011-07-29 20:59:31 +00:00

16 lines
169 B
C

#ifndef __BCA_H__
#define __BCA_H__
#ifdef __cplusplus
extern "C"
{
#endif
u32 do_bca_code(const char *BCAFilepath, u8 *gameid);
#ifdef __cplusplus
}
#endif
#endif