remove some unnecessary .ToString() calls
This commit is contained in:
parent
63cd1c603e
commit
1326a30287
|
@ -194,7 +194,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
public InputFocus Source;
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{EventType.ToString()}:{LogicalButton.ToString()}";
|
||||
return $"{EventType}:{LogicalButton}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue