2011-09-27 21:52:55 +02:00
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
bool listIOS();
|
|
|
|
int nextIos();
|
|
|
|
int previousIos();
|
|
|
|
int SelectedIOS();
|
|
|
|
int SearchAppIOS(std::string foldername);
|
|
|
|
int GetAppIOS(std::string foldername);
|
2012-03-17 22:43:01 +01:00
|
|
|
int check_priiloader();
|
|
|
|
s32 GetTMD(u64 TicketID, signed_blob **Output, u32 *Length);
|
|
|
|
s32 NandReadFile(char *filepath, u8 **buffer, u32 *filesize);
|
|
|
|
int get_priiloader();
|
2011-09-27 21:52:55 +02:00
|
|
|
int get_bootmii();
|
2012-03-14 14:11:06 +01:00
|
|
|
int get_nandemu();
|
2012-03-17 22:43:01 +01:00
|
|
|
void set_priiloader(int choice);
|
2012-03-14 14:11:06 +01:00
|
|
|
void set_bootmii(int choice);
|
|
|
|
void set_nandemu(int choice);
|