nitpicks
This commit is contained in:
parent
7ff91c234e
commit
ce2381ea54
|
@ -50,7 +50,7 @@ namespace BizHawk.Client.Common
|
|||
public bool NewMovieQueued => _queuedMovie != null;
|
||||
public string QueuedSyncSettings => _queuedMovie.SyncSettingsJson;
|
||||
|
||||
public IMovieController MovieController { get; set; } = new Bk2Controller("", NullController.Instance.Definition);
|
||||
public IMovieController MovieController { get; private set; } = new Bk2Controller("", NullController.Instance.Definition);
|
||||
|
||||
public MultitrackRecorder MultiTrack { get; } = new MultitrackRecorder();
|
||||
|
||||
|
|
Loading…
Reference in New Issue