flyinghead

Results 714 comments of flyinghead

I can reproduce the issue on my GTX 1080 and on Adreno 630 so it's not specific to a GPU.

Partial fix for OpenGL (non per-pixel) on the dev branch.

Flycast doesn't have a hard-coded dead zone. It defaults to 10% but this can be changed in Settings > Controls > (your controller>) > Settings. You can also change the...

You can switch to "racing wheel" mode in the control options: ![image](https://github.com/user-attachments/assets/68cc8fba-fc5b-440e-9e0d-42a0dde78a93)

Again this is very likely the game using an internal dead zone. But I don't know if this can be changed in the game options. Keep in mind that virtually...

Flycast uses SDL to apply force-feedback. On exit, flycast stops all haptic effects and disables auto-center. This should not affect the wheel configuration. If it does then it's probably a...

I suppose this is due to setting the haptic gain to 0 on output. So I removed this call in the latest master build.

Check the builds page: https://flyinghead.github.io/flycast-builds/ The link is in the README of this github.

These are not build errors. Look at other errors happening earlier, or attach the full log.

This looks like a compiler bug: ``` /home/pi/RetroPie-Setup/tmp/build/lr-flycast-flyinghead/core/hw/sh4/sh4_interrupts.cpp:264:1: internal compiler error: in gen_reg_rtx, at emit-rtl.c:1187 ``` Same problem as in https://github.com/flyinghead/flycast/issues/1608