LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Improved support for GBA emulators #55

Closed Jujstme closed 11 months ago

Jujstme commented 1 year ago

Added sigscans in order to support newer versions of mGBA and VisualBoyAdvance, as well as added support for NO$GBA and Retroarch.

Moreover, gba struct added so it can be used the same way seen in other systems' emulators. See https://github.com/LiveSplit/asr/pull/26 and https://github.com/LiveSplit/asr/pull/33 for details.