Lmame
Lmame
I encountered the same problem, I used this to fix it: data = (c_ubyte * len(data_or_wLength))(*[c_ubyte(ord(c) if type(c) is str else c) for c in data_or_wLength])
For now I have built the code and put it here: https://www.lmame-geek.com/css-triggers/ And here is the fork, I had to change a couple of things so I could build it,...
For now I have built the code and put it here: https://www.lmame-geek.com/css-triggers/ And here is the fork, I had to change a couple of things so I could build it,...
Cool thanks @Avery-Dunn ^_^