on tool restart, update base properties (particularly needs the Game property to update)
This commit is contained in:
parent
4e6d190d48
commit
ffd255bb8e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue