parent
fe3d45bb97
commit
27e711dbe1
|
@ -35,7 +35,7 @@ namespace BizHawk.Client.Common
|
||||||
RenderWipescreen = false,
|
RenderWipescreen = false,
|
||||||
};
|
};
|
||||||
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
|
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
|
||||||
|
|
||||||
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
|
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
|
||||||
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
|
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
|
||||||
void ParsePlayer(string playerPfx)
|
void ParsePlayer(string playerPfx)
|
||||||
|
|
|
@ -47,7 +47,7 @@ namespace BizHawk.Client.Common
|
||||||
_ = input[i++]; // player 8 isPresent
|
_ = input[i++]; // player 8 isPresent
|
||||||
_ = input[i++]; // player 8 class
|
_ = input[i++]; // player 8 class
|
||||||
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
|
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
|
||||||
|
|
||||||
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
|
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
|
||||||
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
|
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
|
||||||
void ParsePlayer(string playerPfx)
|
void ParsePlayer(string playerPfx)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
using System.Linq;
|
using BizHawk.Common;
|
||||||
|
|
||||||
using BizHawk.Common;
|
|
||||||
using BizHawk.Common.CollectionExtensions;
|
using BizHawk.Common.CollectionExtensions;
|
||||||
using BizHawk.Emulation.Common;
|
using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue