homebrewfilter/source/Tools/SelectIos.h

11 lines
228 B
C
Raw Normal View History

2011-09-25 19:47:02 +02:00
#include <string>
bool listIOS();
int nextIos();
int previousIos();
int SelectedIOS();
int SearchAppIOS(std::string foldername);
int GetAppIOS(std::string foldername);
int get_bootmii();
void set_bootmii(int choice);