Bernat
Bernat
I've investigated the issue and it seems the code intentionally ignores inserted/removed spaces. It makes sense for spaces between block elements, or where text is not expected like between ``...
I've forked the code and moved the Google API loading code inside ```$.gmap3()```. This gives me control over when and how scripts are loaded. I'm not doing a PR since...
Switch off all other controllers. It might be grabbing them instead of the wheel. You can also redefine the controls in the game. I've had that problem even with a...
> It seems that the T300RS protocol to upload ffb effects is quite different from the T150; but it can be quite useful if I decide to re-write my driver...
I think F1 2020 has issues on every wheel, it behaves strangely. It might be related to some bug in Wine/Proton. EDIT: this might have been the case for F1...
Please, take a look at this. https://github.com/berarma/oversteer/issues/67 It might be that the game is sending ffb updates too fast. It seems to be a problem for the G920. The user...
> Sometimes Euro Truck Simulator 2 twitches a bit, apparently it generates a single sine pulse that it likes to sometimes play. For some reason, it also sometimes reverses the...
I remember fixing some corner cases with periodic effects, like maintaining the phase when updating an effect that is playing. I think it's not the case here since the effect...
I've seen a very similar problem in new-lg4ff. I had to redefine the fixp_sin16 macro because it had an error where it would return incorrect values in the limits. Please,...
> Pretty sure I have it already copied: > https://github.com/Kimplul/hid-tmff2/blob/162a1f666c71eb5584ed6dae26b957f9405d33bc/hid-tmff2.h#L41 > > Of course, could be that there's some similar issue somewhere else in my codebase. True. I couldn't browse...