mirror of https://github.com/Washi1337/Emux.git
Bugfix frame unlimiter
This commit is contained in:
parent
e344fd6a7b
commit
987d61dd46
|
@ -84,7 +84,7 @@ namespace Emux.Gui
|
|||
private void VideoWindowOnKeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.Key == Key.Space)
|
||||
Device.Cpu.EnableFrameLimit = true;
|
||||
Device.Cpu.EnableFrameLimit = false;
|
||||
else if (GetBindedButton(e.Key, out var button))
|
||||
Device.KeyPad.PressedButtons |= button;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue