Skip to content

v0.3.0

Compare
Choose a tag to compare
@Rodrigodd Rodrigodd released this 26 May 15:22
· 125 commits to master since this release

Added

  • Implement a experimental libretro port.
  • Add thumbnails to ROM list UI.
  • Increase interpreter performance by 4 times.
  • 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.
  • Fix resizing in Wayland.
  • Fix bench command's "times faster" calculation.