Skip to content

1.1.4

Compare
Choose a tag to compare
@Aurumaker72 Aurumaker72 released this 03 Oct 09:24
· 312 commits to dev since this release

Noteworthy Changes

Lua

The rendering APIs have been overhauled and are backwards-compatible by default, with an opt-in process for the new renderer.
To use the new renderer, call emu.set_renderer(2)

Additionally, Lua scripts now get cleaned up correctly when emulation stops

Core

SD Card emulation has been implemented (thanks to devwizard)

Rombrowser

The rombrowser has been rewritten and optimized. Sorting and column sizing persistence is missing, but will be added in the next release if requested

Config

The config has been rewritten, made more human-readable and backwards-compatible with the new format.

Plugins

The plugin discovery and loading system has been rewritten

Hotkeys

Hotkey selection flexibility has increased

Before Updating

Always run new versions of Mupen64-rr-lua- in an empty directory, free of config or cache files from older versions.

What's Changed

  • startPlayback can now find savestates with . in the filename by @tjk113 in #117
  • Fixed memory leak in getSavestatePath by @tjk113 in #119
  • Add SD card emulation by @devWizArd in #124

Full Changelog: 1.1.3...1.1.4