itoolformautoconfig: fix save position
This commit is contained in:
parent
a7c91ddcdd
commit
3710e6c1ca
BizHawk.Client.EmuHawk/tools
BizHawk.Emulation.Cores/Consoles/Nintendo/NES
|
@ -176,6 +176,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
if (settings.UseWindowPosition)
|
||||
{
|
||||
form.StartPosition = FormStartPosition.Manual;
|
||||
form.Location = settings.WindowPosition;
|
||||
}
|
||||
if (settings.UseWindowSize)
|
||||
|
|
|
@ -495,7 +495,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
FloatRanges = { new[] { 0.0f, 128.0f, 255.0f }, new[] { 0.0f, 120.0f, 239.0f } }
|
||||
};
|
||||
|
||||
|
||||
public void Strobe(StrobeInfo s, IController c)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue