diff --git a/source/Tools/SelectIos.h b/source/Tools/SelectIos.h index 8ea2219..9ae3730 100644 --- a/source/Tools/SelectIos.h +++ b/source/Tools/SelectIos.h @@ -8,4 +8,6 @@ int SelectedIOS(); int SearchAppIOS(std::string foldername); int GetAppIOS(std::string foldername); int get_bootmii(); -void set_bootmii(int choice); \ No newline at end of file +int get_nandemu(); +void set_bootmii(int choice); +void set_nandemu(int choice); diff --git a/source/main.h b/source/main.h index 24b5859..bdd6868 100644 --- a/source/main.h +++ b/source/main.h @@ -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];