mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
header for previous two commits
This commit is contained in:
parent
20af61e7fc
commit
c243a6e836
@ -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);
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user