fix(hotkey): unlock framerate hotkey during gameplay #84
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/ctrl+u"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved the hotkey detection logic from the main window to the render window's keyPressEvent. The render window now emits a signal when the hotkey is pressed, which the main window uses to toggle the speed limit setting. Also added a check to ensure the toggle only happens when emulation is active.