mGBA-http v0.4.0
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
/readrangecalls- Mapped the returned result to be closer to the Lua scripting API result
- Fixed
/core/readregister - Updated docs
Breaking changes
memorydomain/readrangenow returns an array of integerscore/readrangenow returns an array of integerscore/savestatebuffernow 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.