diff --git a/source/main.cpp b/source/main.cpp index beca451..326ec0b 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -165,6 +165,8 @@ void installROP() { stream << "< " << ropNames[selected] << " >" << "\n"; stream << "Press A to install, B to cancel."; uiDisplayMessage(gpu::SCREEN_TOP, stream.str()); + + dirty = false; } } } @@ -220,6 +222,8 @@ bool installCIA(fs::MediaType destination, const std::string path, int curr, int return false; } + fseek(fd, 0, SEEK_SET); + installInfo = batchInstallStream.str(); app::install(destination, fd, size, &onProgress); prevProgress = -1;