WiiFlow_Lite/source/homebrew/homebrew.h
fix94.1 e1406a5921 -update wiiflow stub (thanks alot to megazig for it!)
-devolution will now return to wiiflow using the hidden channel
-added megazig to thanks list
-allocating memory for devolution instead of using a fixed position
(seems to work just fine now)
2012-07-28 16:41:48 +00:00

10 lines
178 B
C

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