You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed emulator cycle-stepping method to being caller driven instead of emulator driven. This means that, instead of Ruboy internally running as fast as possible and throttling itself with busylooping to stay at the correct speed, it now runs exactly the amount of cycles needed to fill the delta-time given by the caller. This allows the emulator to run those cycles as fast as possible and to then return control back to the caller.