diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp index d4c9625..7ce1d79 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp @@ -686,7 +686,9 @@ void InitializeState() u32 GetProgress() { - if(s_RestoreState == RESTORE_IN_PROGRESS || + if(s_RestoreState == RESTORE_TWL_SOUND || + s_RestoreState == RESTORE_TWL_PHOTO || + s_RestoreState == RESTORE_IN_PROGRESS || s_RestoreState == POST_RESTORE || s_RestoreState == RESTORE_DONE) {