homebrewfilter/source/Tools/SelectIos.h

19 lines
470 B
C
Raw Normal View History

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);
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();
void set_priiloader(int choice);
2012-03-14 14:11:06 +01:00
void set_bootmii(int choice);
void set_nandemu(int choice);