header for previous two commits

This commit is contained in:
Christopher Roy Bratusek 2012-03-14 14:11:06 +01:00
parent 20af61e7fc
commit c243a6e836
2 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,6 @@ int SelectedIOS();
int SearchAppIOS(std::string foldername);
int GetAppIOS(std::string foldername);
int get_bootmii();
void set_bootmii(int choice);
int get_nandemu();
void set_bootmii(int choice);
void set_nandemu(int choice);

View File

@ -68,6 +68,7 @@ struct SSettings
string device;
int sd_insert;
int usb_insert;
int dvd_insert;
string category_name_all;
string category_name;
char new_category_name[256];