WiiFlow_Lite/source/homebrew/homebrew.h
fix94.1 bf26e129d9 -added check for homebrew if the wiiflow loader channel is
installed, if not just return to system menu
-removed return_to_wiiflow from wiiflow.ini, not needed anymore
2012-05-27 16:37:52 +00:00

9 lines
174 B
C

#ifndef _BOOTHOMEBREW_H_
#define _BOOTHOMEBREW_H_
int BootHomebrew(u64 chan_title);
void AddBootArgument(const char * arg);
int LoadHomebrew(const char * filepath);
#endif