WiiFlow_Lite/source/homebrew/homebrew.h
2012-01-21 20:57:41 +00:00

11 lines
264 B
C

#ifndef _BOOTHOMEBREW_H_
#define _BOOTHOMEBREW_H_
extern bool bootHB;
int BootHomebrew();
int CopyHomebrewMemory(u8 *temp, u32 pos, u32 len);
void AddBootArgument(const char * arg);
void FreeHomebrewBuffer();
int LoadHomebrew(const char * filepath);
#endif