don't show SettingsEditorGUI in homebrew-list anymore -- updated rev40 on server

This commit is contained in:
Christopher Roy Bratusek 2012-08-26 23:40:53 +02:00
parent 5e9d21609d
commit 56c6c6d830
3 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -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);

View File

@ -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)