make a thing readonly
This commit is contained in:
parent
59be09b515
commit
6a3b014fe3
|
@ -23,7 +23,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
private readonly InputManager _inputManager;
|
private readonly InputManager _inputManager;
|
||||||
private IExternalApiProvider _apiProvider;
|
private IExternalApiProvider _apiProvider;
|
||||||
private IEmulator _emulator;
|
private IEmulator _emulator;
|
||||||
private IMovieSession _movieSession;
|
private readonly IMovieSession _movieSession;
|
||||||
private IGameInfo _game;
|
private IGameInfo _game;
|
||||||
|
|
||||||
// TODO: merge ToolHelper code where logical
|
// TODO: merge ToolHelper code where logical
|
||||||
|
|
Loading…
Reference in New Issue