WiiFlow_Lite/source/homebrew/homebrew.h

9 lines
174 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#ifndef _BOOTHOMEBREW_H_
#define _BOOTHOMEBREW_H_
int BootHomebrew(u64 chan_title);
void AddBootArgument(const char * arg);
int LoadHomebrew(const char * filepath);
2012-01-21 21:57:41 +01:00
#endif