WiiFlow_Lite/source/homebrew/homebrew.h

11 lines
264 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#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