homebrewfilter/source/SelectIos.h
Christopher Roy Bratusek 6ac4d081a6 import rev0 (other stuff)
2012-04-07 20:04:32 +02:00

11 lines
218 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();
void set_bootmii(int choice);