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
Implement a dynamic recompiler, a.k.a. JIT compiler, which is 70% faster than the interpreted version. But the recompiler is not very optimized yet. It is only targeting x64.
Delta-compress rewinding's save states.
Changed
Renamed packages from using _ to -, like from gameroy_native to gameroy-native.
Fixed
Replace poorly maintained OpenGL backend by glutin.