From c243a6e836b702def2d8499c4a336b85598f6905 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 14 Mar 2012 14:11:06 +0100 Subject: [PATCH] header for previous two commits --- source/Tools/SelectIos.h | 4 +++- source/main.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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];