So, I didn't want my first post here to be a request, but I've lost all of my sanity trying to figure out how the hell keypresses are read on LUA to trigger a rewind script, similar to the one for GENS
in this thread...
The problem is that unlike GENS, Snes9x doesn't have a register hotkey function.
I know some scripts set hotkeys by searching the RAM for a nil value that turns into 1 when a button is held, but that would be game specific and I wanted this script to work without needing to search RAM addresses every time I load up a new game. Also I'm aware the code belongs to deltaphc but this fix would only change a line or two, so there shouldn't be any problems.
So, TL;DR:
Someone please make me a rewind script similar to
this for Snes9x, that can be toggled by using a hotkey (eg: Ctrl), or a joypad combination (say, L+R+select).
thanks in advance and keep up the great work, but please provide some sample scripts in the next release, haha.
:)