Skip to content

mGBA-http v0.4.0

Choose a tag to compare

@nikouu nikouu released this 22 Apr 09:17
· 67 commits to main since this release

Setup

Download both the binary for your computer and mGBASocketServer.lua.

Which mGBA-http binary?

  • If you have .NET installed download the smaller file type for your system. That is, the one without "self-contained" in the filename.
  • If you do not have .NET installed, or are unsure, download the larger file type for your system. That is, the one with "self-contained" in the filename.

Need configuring?

Also download appsettings.json and put it in the same directory as mGBA-http.

For more help see the full setup guide,

Release Notes

  • Updated to .NET 9
  • Added /coreadapter/memory
  • Removed instability for /readrange calls
    • Mapped the returned result to be closer to the Lua scripting API result
  • Fixed /core/readregister
  • Updated docs

Breaking changes

  • memorydomain/readrange now returns an array of integers
  • core/readrange now returns an array of integers
  • core/savestatebuffer now returns an array of integers
    • However this API is still marked as "unstable" in the implemented API docs

Other Notes

The OSX and Linux binaries are experimental.