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

[BUGFIX] Added new sigscan for DuckStation (PS1 emu) #65

Closed Jujstme closed 11 months ago

Jujstme commented 11 months ago

Due to a recent change in the source code (https://github.com/stenzek/duckstation/commit/56fc207af69601b702e4965494103f553909d3b1), the sigscan that was currently used for DuckStation is no longer valid.

A new sigscan has been added to support the latest release of said emulator.

Unfortunately, due to the nature of the crate, existing autosplitters will need to be recompiled in order to support these recent releases of the emulator.