diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 60513cd..099b13e 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ diff --git a/source/Prompts/prompt_app_info.cpp b/source/Prompts/prompt_app_info.cpp index 8850757..f373d93 100644 --- a/source/Prompts/prompt_app_info.cpp +++ b/source/Prompts/prompt_app_info.cpp @@ -156,7 +156,7 @@ AppInfo(const char *title, string dir, u8* icon) GuiButton edit(editBtn.GetWidth(), editBtn.GetHeight()); edit.SetAlignment(ALIGN_LEFT, ALIGN_TOP); if(icon) - edit.SetPosition(48, 13); + edit.SetPosition(48, 14); else edit.SetPosition(10, 10); edit.SetImage(&editBtnImg); diff --git a/source/main.cpp b/source/main.cpp index 1ee4d1a..a304db0 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -87,9 +87,9 @@ void ExitApp() { ShutdownPads(); StopGX(); - if(strcasecmp(Settings.code,"NULL") == 0) + //if(strcasecmp(Settings.code,"NULL") == 0) save(); - UnmountAllDevices(); + UnmountAllDevices(); ISFS_Deinitialize(); } diff --git a/updates b/updates index 77dc9a1..95580ad 100644 --- a/updates +++ b/updates @@ -3,6 +3,7 @@ * DVD icon is now shown if necessary * erase button is hidden for apps from DVD * edit button no longer overlaps SD/USB/DVD icon (if any) +- BUGFIX: childlock is now saved when HBF exits //rev37: - improved update-mechanism: