Ugly-GDEmu-Games-Manager icon indicating copy to clipboard operation
Ugly-GDEmu-Games-Manager copied to clipboard

Progress bar should update per file rather than per game folder

Open gingerbeardman opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

  • Progress bar updates slowly
  • First update comes after the first game which can be a long time
  • It makes it seem like nothing is happening

Describe the solution you'd like

  • Progress bar should update per file rather than per game folder

gingerbeardman avatar Dec 12 '20 23:12 gingerbeardman

The progress bar should definitly update more often. But making it happen on a file basis won't change much as it's one specific step which take much of the time for each game. So it will still update slowly by doing it file based.

As for now, I see 2 solutions:

  • Better integration with GDITools. Maybe converting it in C#code, so I can know precisely what it is doing and update the progress bar accordingly. I really want that in the future, but it's not my priority.
  • Make an estimate and improve after each game copy. But it will be useful only in case we copy several games. I think I will try to work on this one soon.

Louhike avatar Dec 14 '20 10:12 Louhike