homebrewfilter/source/BootHomebrew/BootHomebrew.h
Christopher Roy Bratusek ac051ca05b merge changes dones by obcd
2012-04-07 21:20:28 +02:00

12 lines
273 B
C

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