d3xMachina
d3xMachina
It would be best if the scrolling refreshed at the same refresh rate as the screen for non e-ink screens.
I have the exact same issue on Final Fantasy VI (and other FF Pixel Remaster games) on BepInEx BE 691 and 577 : The method in question : ``` //...
Oh you're right, I'm working on a fix.
I've added a global list which contains the thread local allocations. When a thread wants to allocate memory for a thread local variable, it adds it to this list. The...
I've implemented my suggestion for the caveat I mentioned.
> HIDAPI never been advertized as thread-safe While this is true, there is currently no way to have async read and write on a device without having to modify hidapi...
Same issue on latest version, the right click menu is bloated with dupe entries. (the same as bel57) I have to uninstall the software I can't use it like this...
> i have this issue too, any chance it gets fixed? - Set the DebugType to all in the config. - Same as the post above : click on "Add...
The solution provided only works for USB devices. It works by replacing the driver of the device with a generic WinUSB driver so it is needed to talk to the...
I cannot reproduce the issue on my end. It looks like hidapi cannot send data to your controller. So I've added more informations on subcommand error in the latest release,...