homebrewfilter/source/Tools/SelectIos.h
Christopher Roy Bratusek 31a2b71830 add support for booting into priiloader (ignores autoboot setting)
return to system menu now ignores priiloader (always enters system menu)
2012-03-17 22:43:01 +01:00

19 lines
470 B
C++

#include <string>
bool listIOS();
int nextIos();
int previousIos();
int SelectedIOS();
int SearchAppIOS(std::string foldername);
int GetAppIOS(std::string foldername);
int check_priiloader();
s32 GetTMD(u64 TicketID, signed_blob **Output, u32 *Length);
s32 NandReadFile(char *filepath, u8 **buffer, u32 *filesize);
int get_priiloader();
int get_bootmii();
int get_nandemu();
void set_priiloader(int choice);
void set_bootmii(int choice);
void set_nandemu(int choice);