Some updates. I hacked
* my script to incorporate touchscreen inputs, but I apparently don't have a version of DeSmuME that is Lua-compatible, so I can't test it. I have the 64-bit version of DeSmuME 0.9.10. When I try to run Lua, I get the following error: "Lua51.dll not found. Please get it into your PATH or in the same directory as desmume.exe". Of course, I tried moving Lua51.dll there, but that didn't fix it. I also did a quick online search for this error and I noticed that the official fix is to switch to the 32-bit version of DeSmuME. I'd rather not...
As for BizHawk, I'm using version 1.9.1. I wrote a little Lua script to find the keys of the emu table:
Language: lua
for k in pairs(emu) do
print(k)
end
The output was this:
setrenderplanes
framecount
yield
limitframerate
getregister
frameadvance
minimizeframeskip
displayvsync
setregister
lagcount
islagged
getdisplaytype
getsystemid
getregisters
So no speedmode. Any suggestions on how to proceed?
---
*Not computer hacking, more like hacking with an axe...