misc cleanups in Client.Common
This commit is contained in:
parent
db21af9e59
commit
0ffac58ce8
|
@ -282,7 +282,7 @@ namespace BizHawk.Client.Common.movie.import
|
|||
|
||||
}
|
||||
|
||||
private SimpleController GbController()
|
||||
private static SimpleController GbController()
|
||||
{
|
||||
return new SimpleController
|
||||
{
|
||||
|
@ -293,9 +293,7 @@ namespace BizHawk.Client.Common.movie.import
|
|||
};
|
||||
}
|
||||
|
||||
private SimpleController GbaController()
|
||||
{
|
||||
return new SimpleController { Definition = GBA.GBAController };
|
||||
}
|
||||
private static SimpleController GbaController()
|
||||
=> new SimpleController { Definition = GBA.GBAController };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue