Don't put fps in the text property of mainform
This commit is contained in:
parent
a9a4c04a6a
commit
faa7da4fdb
|
@ -2521,7 +2521,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
|
|
||||||
GlobalWin.OSD.FPS = fps_string;
|
GlobalWin.OSD.FPS = fps_string;
|
||||||
Text = fps_string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!suppressCaptureRewind && Global.Rewinder.RewindActive)
|
if (!suppressCaptureRewind && Global.Rewinder.RewindActive)
|
||||||
|
|
Loading…
Reference in New Issue