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:
Michael Green
2023-11-26 01:51:03 +11:00
committed by GitHub
parent 006f337cb3
commit f85f246a26
2 changed files with 12 additions and 4 deletions

View File

@@ -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;