Matheus Fraguas
Matheus Fraguas
Hi. I want to flash this bootloader to my bluepill but I don't understand this part: `Apply the Arduino_STM32_patch from here in case of using Roger's Core (select the zip...
Would be possible to add support for the Logitech Flight Force. It's an flight stick with force feedback. It might use the same Logitech protocol :) I know at least...
**Describe your feature request** Some systems differentiate arduino projects with same PID/VID by using the serial too. It's possible to edit the serial info per sketch without editing the IDE/SDK...
Hi, I've set up the conf file to enable ffb. On the game options menu if I go the ffb settings it opens and the strength set at max. But...
Hi! This is not really an issue. I want to port the library to other boards. Mainly STM32 and RP2040 based boards. Those boards are cheaper (currently) and natively works...
Hi! I'm doing some tests with the multitap feature of the devel branch. Using HardwareSpi. Code works fine until I disable/enable interrupts for reading controller. Like this ``` noInterrupts(); const...
Hi! Recently I've got an Jogcon and I've been messing with it's motors. There's some documentation of it's commands [here](https://github.com/RandomInsano/pscontroller-rs) After some experiments I've got it working on PsxNewLib. Please...
Hi, Would be possible to add support for emulating the xbox lightgun? With this feature would be possible to use lightgun adapters that outputs as HID joystick like [GUN4IR](http://forum.arcadecontrols.com/index.php/topic,161189.0.html) (for...
Game's Serial ID is missing when adding a game using compressed file, as reported a user.
App will show a error message when using compressed files with multiple games inside. Need to check for this and show a warning. Error reported by @FreddoUK