mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
Add some more bootloader install progress messages and call processEvents() more often before performing player disk accesses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f5ab7c028e
commit
c1b4745d7c
6 changed files with 16 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ bool BootloaderInstallFile::install(void)
|
|||
void BootloaderInstallFile::installStage2(void)
|
||||
{
|
||||
emit logItem(tr("Installing Rockbox bootloader"), LOGINFO);
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
// if an old bootloader is present (Gigabeat) move it out of the way.
|
||||
QString fwfile(resolvePathCase(m_blfile));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue