Include ROM's without a signature match in rematcher efforts (#191)
* Include ROM's without a signature match in rematcher efforts * Rematcher will now execute on all titles if manually started
This commit is contained in:
@@ -148,7 +148,7 @@ namespace gaseous_server
|
||||
|
||||
case QueueItemType.Rematcher:
|
||||
Logging.Log(Logging.LogType.Debug, "Timered Event", "Starting Rematch");
|
||||
Classes.ImportGame.Rematcher();
|
||||
Classes.ImportGame.Rematcher(_ForceExecute);
|
||||
|
||||
_SaveLastRunTime = true;
|
||||
|
||||
|
Reference in New Issue
Block a user