diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index b9680db..8cb24b9 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ diff --git a/source/Tools/app_list.cpp b/source/Tools/app_list.cpp index 0662d77..4a6ba57 100644 --- a/source/Tools/app_list.cpp +++ b/source/Tools/app_list.cpp @@ -114,7 +114,8 @@ void add(string device, string apps_path) if(fopen(pathnameelf, "rb") != NULL) pathboot = pathnameelf; 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 ) + 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) { sprintf(pathmeta, (device + ":/" + apps_path + "%s/meta.xml").c_str() ,pent->d_name);