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 get_bootmii();
|
2011-09-25 19:47:02 +02:00
|
|
|
void set_bootmii(int choice);
|