diff --git a/out/boot.dol b/out/boot.dol index 0e06749b..d25bd14c 100644 Binary files a/out/boot.dol and b/out/boot.dol differ diff --git a/source/menu/menu_download.cpp b/source/menu/menu_download.cpp index 34fe756b..53b0c289 100644 --- a/source/menu/menu_download.cpp +++ b/source/menu/menu_download.cpp @@ -1450,7 +1450,7 @@ int CMenu::_coverDownloader() continue; /*download succeeded - save png */ - strncpy(path, fmt("%s/%s.png", m_boxPicDir.c_str(), coverID.c_str()), 255); + strncpy(path, fmt("%s/%s.png", m_picDir.c_str(), coverID.c_str()), 255); update_pThread(1); m_thrdMessage = wfmt(_fmt("dlmsg4", L"Saving %s"), path); m_thrdMessageAdded = true; @@ -1586,7 +1586,7 @@ int CMenu::_coverDownloader() continue; /* save png */ - strncpy(path, fmt("%s/%s.png", m_boxPicDir.c_str(), coverID.c_str()), 255); + strncpy(path, fmt("%s/%s.png", m_picDir.c_str(), coverID.c_str()), 255); update_pThread(1); m_thrdMessage = wfmt(_fmt("dlmsg4", L"Saving %s"), path); m_thrdMessageAdded = true;