2009-09-30 19:10:58 -04:00
|
|
|
#ifndef _BOOTHOMEBREW_H_
|
|
|
|
#define _BOOTHOMEBREW_H_
|
|
|
|
|
2010-11-06 12:30:14 -03:00
|
|
|
int BootHomebrew(const char * filepath);
|
2010-09-18 19:04:39 -04:00
|
|
|
int BootHomebrewFromMem();
|
2010-09-23 20:48:03 -04:00
|
|
|
int CopyHomebrewMemory(u8 *temp, u32 pos, u32 len);
|
|
|
|
void AddBootArgument(const char * arg);
|
2010-09-16 07:54:18 -04:00
|
|
|
void FreeHomebrewBuffer();
|
2009-09-30 19:10:58 -04:00
|
|
|
|
|
|
|
#endif
|