Fix putting sync settings into movies for some cores, broken by the change to ISettable
This commit is contained in:
parent
5c85a8ca66
commit
7be7f3aba6
|
@ -98,7 +98,7 @@ namespace BizHawk.Client.Common.MovieConversionExtensions
|
|||
movie.EmulatorVersion = VersionInfo.GetEmuVersion();
|
||||
movie.SystemID = Global.Emulator.SystemId;
|
||||
|
||||
var settable = Global.Emulator as ISettable<object, object>;
|
||||
var settable = Global.Emulator as ISettable;
|
||||
if (settable != null)
|
||||
{
|
||||
movie.SyncSettingsJson = ConfigService.SaveWithType(settable.GetSyncSettings());
|
||||
|
|
Loading…
Reference in New Issue