flyinghead
flyinghead
I think I understand the issue: there was a major change in controllers mapping between Batocera V33 (Flycast v1.1 2021/8/21) and the current version (Flycast master on 2022/4/21). I suggest...
Can you install the latest Flycast build from this github and test with it? That way, we'll put Batocera out of the picture.
There's an issue with yesterday's build so use the previous one if you need to. You can try the flycast-x86_64-pc-linux-gnu build from https://github.com/flyinghead/flycast/actions/runs/2323631906 but you might run into dependency issues...
Good catch on the latest build crash. I just pushed a fix for this issue. I also have a solution for the FMV performance regression issue but I need some...
`git submodule update --init`
.bin ROMs are supported but deprecated and not recommended
Sorry for the delay. The code looks good but I don't like having Lua stuff on the pause menu. Too many buttons already and 99% of users won't be using...
This looks similar to #578 and https://github.com/libretro/flycast/issues/1118. I can't reproduce it on ubuntu 20 (with x11) and I doubt this has anything to do with the Flycast core. Flycast doesn't...
I tried compiling RA to run without X11 but it crashes in the vulkan driver. Open GL also crashes.
https://github.com/libretro/RetroArch/issues/13844 There's some "ping-pong" going on between here and there ;) Did you check if using the SDL input driver fixes the problem on your end? Also, you can try...