Fix tuple item names in return type
This commit is contained in:
parent
89abab7a52
commit
8ae01f2f42
|
@ -247,7 +247,7 @@ namespace BizHawk.Emulation.Common
|
|||
return core.ServiceProvider.GetService<IBoardInfo>();
|
||||
}
|
||||
|
||||
public static (int x, int y) ScreenLogicalOffsets(this IEmulator core)
|
||||
public static (int X, int Y) ScreenLogicalOffsets(this IEmulator core)
|
||||
{
|
||||
if (core != null && core.ServiceProvider.HasService<IVideoLogicalOffsets>())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue