Fix typo
This commit is contained in:
parent
c9d20426d3
commit
4e5849030b
|
@ -70,7 +70,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
public string SecondaryName { get; set; }
|
||||
public string? SecondaryName { get; set; }
|
||||
|
||||
private void VirtualPadAnalogStick_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue