nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

When paused, toggling fast-forward hangs(?) the process #310

Closed RetroEdit closed 1 year ago

RetroEdit commented 1 year ago

If Input > Hold fast forward key is unchecked, fast forward is currently active, and then the client is paused (I did Ctrl+P), the client becomes non-responsive if fast forward is toggled off (via spacebar). The menu still responds, but any attempts to unpause are ignored. Seems consistently reproducible.

Using NanoBoyAdvance 1.7.1 on Windows 11.

fleroviux commented 1 year ago

Thanks for the report, I can reproduce the issue on my side.

fleroviux commented 1 year ago

@RetroEdit this should be fixed now in the latest development build. Can you confirm that?

RetroEdit commented 1 year ago

Looks good to me.