mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
don't show SettingsEditorGUI in homebrew-list anymore -- updated rev40 on server
This commit is contained in:
parent
5e9d21609d
commit
56c6c6d830
Binary file not shown.
@ -45,7 +45,8 @@ void add(string device, string apps_path)
|
||||
if(fopen(pathname, "rb") != NULL) pathboot = pathname;
|
||||
|
||||
if((fopen(pathname, "rb") || fopen(pathnameelf, "rb")) && strstr(pathname, (apps_path + "./").c_str()) == 0
|
||||
&& strstr(pathname, (apps_path + "../").c_str()) == 0 && strcmp(pent->d_name, "NANDEmu-Boot") != 0)
|
||||
&& strstr(pathname, (apps_path + "../").c_str()) == 0 && strcmp(pent->d_name, "NANDEmu-Boot") != 0
|
||||
&& strstr(pathname, (apps_path + "../").c_str()) == 0 && strcmp(pent->d_name, "SettingsEditorGUI") != 0)
|
||||
{
|
||||
sprintf(pathmeta, (device + ":/" + apps_path + "%s/meta.xml").c_str() ,pent->d_name);
|
||||
|
||||
|
7
updates
7
updates
@ -13,11 +13,12 @@
|
||||
- add 'Start SE GUI' option to external applications prompt
|
||||
must be :/apps/SettingsEditorGUI/boot.dol on any device
|
||||
(all sd, usb, dvd, sd gecko a and sd gecko b supported)
|
||||
Now SettingsEditorGUI is now longer shown in the Homebrew-list
|
||||
- remove back button from exit prompt (press B/HOME to go back)
|
||||
- fixed a bug in online-updates (if online-update fails,
|
||||
simply boot 'The HomebrewFilter', the updated boot.dol
|
||||
is already saved on your SD-Card (or USB-HDD)) - future
|
||||
online-updates will work normally again.
|
||||
simply boot 'The HomebrewFilter Installer', the updated
|
||||
boot.dol is already saved on your SD-Card (or USB-HDD))
|
||||
-- future online-updates will work normally again.
|
||||
- For theme designers: the following new icons have been added:
|
||||
* gca_active (device menu)
|
||||
* gca_inactive (device menu)
|
||||
|
Loading…
Reference in New Issue
Block a user