on tool restart, update base properties (particularly needs the Game property to update)

This commit is contained in:
adelikat 2020-07-19 14:50:05 -05:00
parent 4e6d190d48
commit ffd255bb8e
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ namespace BizHawk.Client.EmuHawk
foreach (var tool in _tools)
{
SetBaseProperties(tool);
if (ServiceInjector.IsAvailable(_emulator.ServiceProvider, tool.GetType()))
{
ServiceInjector.UpdateServices(_emulator.ServiceProvider, tool);