team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

Add to game scanner queue while scanner is running #213

Closed athairus closed 8 years ago

athairus commented 8 years ago

It's reasonable to expect the game scanner to accommodate additional files or folders being added to the queue while it's running.

athairus commented 8 years ago

This seems to already happen. I was misunderstanding how the scanner code worked. Additional files/folders given to Phoenix while scanning show up in the form of signals in the game scanner's event queue. They'll be processed once the thread is no longer blocked by the running scan.