2011-09-27 21:52:55 +02:00
|
|
|
#ifndef _BOOTHOMEBREW_H_
|
|
|
|
#define _BOOTHOMEBREW_H_
|
|
|
|
|
|
|
|
int BootHomebrew();
|
|
|
|
int BootGameCubeHomebrew();
|
|
|
|
int CopyHomebrewMemory(u8 *temp, u32 pos, u32 len);
|
|
|
|
void AddBootArgument(const char * arg);
|
|
|
|
int LoadHomebrew(const char * filepath);
|
|
|
|
|
|
|
|
#endif
|