homebrewfilter/source/Tools/SelectIos.h
2012-03-14 14:11:06 +01:00

14 lines
268 B
C++

#include <string>
bool listIOS();
int nextIos();
int previousIos();
int SelectedIOS();
int SearchAppIOS(std::string foldername);
int GetAppIOS(std::string foldername);
int get_bootmii();
int get_nandemu();
void set_bootmii(int choice);
void set_nandemu(int choice);