homebrewfilter/source/Tools/SelectIos.h

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