Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRebuilder Feature Request Reply to this message
Posted byzxycba
Posted on03/31/05 03:20 PM



When I run the rebuilder to scan for one file in my rom collection, it scans all sets. I would prefer that it would stop scanning upon finding the one file.

How about a change to the rebuilder so that it stops scanning upon finding all the missing roms.

This would allow the rebuilder to finish scanning, when all the missing roms are found.

This could be added by using a "Fast Rebuild" button.

if fast_rebuild && dat->scanned ; then
missing = dat->missing_roms
else
missing = dat->total_roms

:
while (rebuilding) ; do

:
/* If we are not removing rebuilt files
* check if we found all of the missing files
*/
if (fast_rebuild && !Remove_rebuilt_files ) ; then
if (created == missing) ; then
rebuilding = false;
done

-
Entire Thread
Subject  Posted byPosted On
.Rebuilder Feature Request  zxycba03/31/05 03:20 PM
.*Re: Rebuilder Feature Request  Roman03/31/05 04:09 PM
..*Re: Rebuilder Feature Request  zxycba04/06/05 06:17 PM
...*Re: Rebuilder Feature Request  Roman04/07/05 03:02 AM
....*Re: Rebuilder Feature Request  zxycba04/07/05 03:08 PM