eadmaster
eadmaster
[dup](https://github.com/downthemall/downthemall/issues/2)
Related: https://github.com/pr3y/Bruce/issues/801 if you just want a nicer UI , try https://github.com/geo-tp/Ultimate-Remote
New port https://github.com/thesavant42/T-Embed-OOK-Receive
these new js functions could be used to write keygens: `wifiScan()`, `wifiConnect(ssid : string, timeout_in_seconds : number, pwd : string)` https://github.com/pr3y/Bruce/wiki/Interpreter#wifi-functions
This is should doable using the [UDP API and some external scripting](https://github.com/eadmaster/console_hiscore/blob/master/tools/retroarchpythonapi.py). E.g.: you can write a script that keeps watching a specific memory location for a specific text/game context,...
as alternative, i've just found these 2 emulators with lua scripting support: - https://tasvideos.org/Bizhawk/LuaFunctions - https://www.mesen.ca/docs/apireference.html They both have drawing functions for text, so you may start experimenting with these.
followup https://github.com/pr3y/Bruce/issues/1168#issuecomment-2889470336 It should be something affecting to the `loopOptions` function
i've found [AppImages](https://appimage.org/) are easier to install and usually have less issues than flatpak bundles.
Instead of a full refactoring , you could simply add a compatibility layer while keeping the old functions.
You know the mantra: "never break userspace" :-)