File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
VisualPinball.Engine.Mpf.Test
VisualPinball.Engine.Mpf/machine/config Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ public static async Task Main(string[] args)
3838 var mpfApi = new MpfApi ( machineFolder ) ;
3939
4040 mpfApi . Launch ( new MpfConsoleOptions {
41- //ShowLogInsteadOfConsole = true,
42- //CatchStdOut = true,
41+ MediaController = MediaController . None
4342 } ) ;
4443
4544 mpfApi . StartGame ( new Dictionary < string , bool > {
@@ -87,10 +86,10 @@ public static async Task Main(string[] args)
8786 key = Console . ReadKey ( ) ;
8887 switch ( key . Key ) {
8988 case ConsoleKey . A :
90- await mpfApi . Switch ( "0 " , true ) ;
89+ await mpfApi . Switch ( "22 " , true ) ;
9190 break ;
9291 case ConsoleKey . S :
93- await mpfApi . Switch ( "0 " , false ) ;
92+ await mpfApi . Switch ( "22 " , false ) ;
9493 break ;
9594 }
9695 } while ( key . Key != ConsoleKey . Escape ) ;
Original file line number Diff line number Diff line change 1- # config_version=5
1+ # config_version=6
22
33displays :
44 dmd : # source display for the DMD
You can’t perform that action at this time.
0 commit comments