Fix code style warnings

fixes eb94bd88b
This commit is contained in:
YoshiRulz 2025-05-23 09:54:18 +10:00
parent fe3d45bb97
commit 27e711dbe1
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
3 changed files with 3 additions and 5 deletions

View File

@ -35,7 +35,7 @@ namespace BizHawk.Client.Common
RenderWipescreen = false,
};
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
void ParsePlayer(string playerPfx)

View File

@ -47,7 +47,7 @@ namespace BizHawk.Client.Common
_ = input[i++]; // player 8 isPresent
_ = input[i++]; // player 8 class
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(syncSettings);
var controller = new SimpleController(DSDA.CreateControllerDefinition(syncSettings));
controller.Definition.BuildMnemonicsCache(Result.Movie.SystemID);
void ParsePlayer(string playerPfx)

View File

@ -1,6 +1,4 @@
using System.Linq;
using BizHawk.Common;
using BizHawk.Common;
using BizHawk.Common.CollectionExtensions;
using BizHawk.Emulation.Common;