File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
BizHawk.Client.Common/movie/import
BizHawk.Emulation.Cores/Computers/Doom Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected override void RunImport()
35
35
RenderWipescreen = false ,
36
36
} ;
37
37
Result . Movie . SyncSettingsJson = ConfigService . SaveWithType ( syncSettings ) ;
38
-
38
+
39
39
var controller = new SimpleController ( DSDA . CreateControllerDefinition ( syncSettings ) ) ;
40
40
controller . Definition . BuildMnemonicsCache ( Result . Movie . SystemID ) ;
41
41
void ParsePlayer ( string playerPfx )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ protected override void RunImport()
47
47
_ = input [ i ++ ] ; // player 8 isPresent
48
48
_ = input [ i ++ ] ; // player 8 class
49
49
Result . Movie . SyncSettingsJson = ConfigService . SaveWithType ( syncSettings ) ;
50
-
50
+
51
51
var controller = new SimpleController ( DSDA . CreateControllerDefinition ( syncSettings ) ) ;
52
52
controller . Definition . BuildMnemonicsCache ( Result . Movie . SystemID ) ;
53
53
void ParsePlayer ( string playerPfx )
Original file line number Diff line number Diff line change 1
- using System . Linq ;
2
-
3
- using BizHawk . Common ;
1
+ using BizHawk . Common ;
4
2
using BizHawk . Common . CollectionExtensions ;
5
3
using BizHawk . Emulation . Common ;
6
4
You can’t perform that action at this time.
0 commit comments