mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 17:15:06 +01:00
11 lines
264 B
C
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
|