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

[PS1] Sigscan for PCSX-reARMed is broken on the latest versions of the libretro core #94

Open Jujstme opened 6 months ago

Jujstme commented 6 months ago

Mostly a placeholder issue to remember working on fixing it. A possible solution might rely on querying the retro_get_memory_data symbol on the libretro module and retrieving the pointer to the emulated ram from it.

https://github.com/LiveSplit/asr/blob/41a371af08a7eb99643e7fc046a2b601a0f3a6f2/src/emulator/ps1/retroarch.rs#L74