app: remove old themezer cache

This commit is contained in:
ITotalJustice
2025-08-31 01:45:59 +01:00
parent 235e947186
commit 9c65e5a12d

View File

@@ -1494,6 +1494,12 @@ App::App(const char* argv0) {
m_fs->CreateDirectory("/config/sphaira/i18n");
}
{
// delete old themezer cache as themezer does not exit anymore.
SCOPED_TIMESTAMP("themezer cache delete");
m_fs->DeleteDirectoryRecursively("/switch/sphaira/cache/themezer");
}
if (log_is_init()) {
SCOPED_TIMESTAMP("fw log init");
SetSysFirmwareVersion fw_version{};