Skip to content

mGBA-http v0.2.0

Latest
Compare
Choose a tag to compare
@nikouu nikouu released this 22 Mar 07:53
· 8 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

  • Created a better custom button API to include:
    1. Tapping a button (the old button API)
    2. Tapping multiple buttons simultaneously
    3. Holding a button for a custom duration (in frames)
    4. Holding multiple buttons for a custom duration (in frames)
  • The button queueing problem is fixed

Breaking Changes

  • The old button API /mgba-http/button is now /mgba-http/button/tap

Other Notes

The OSX and Linux binaries are experimental.