Skip to content

v0.0.0 - Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@0x0ade 0x0ade released this 26 Apr 21:56
· 7 commits to master since this release
5f0023b

Setup:

  • If you want to use MidiToMGBA with your DAW: Download and install a MIDI "loopback" driver, f.e. loopmidi by Tobias Erichsen
  • Download and unzip Release.zip
  • Run MidiToMGBA.bat
    • If you want to change the settings, open the .bat in any text editor.

TODO:

  • Improve link timing by doing one of the following:
    • Sync link data "dequeuer" to match SB / SC writes more closely, if possible.
    • Increase "dequeuer" frequency while reducing the amount of "missed" data.

Note:
It ships with a devbuild of mGBA 0.7, split into multiple libraries, with the following changes:

  • SDL platform's "executable" built as libmgba-sdl.dll instead of mgba-sdl.exe
  • Entry point (function main) renamed to mSDLMain