DARCEL Frédéric
DARCEL Frédéric
dispmanx doesn't works over vnc. dispmanx layers are not blit in the framebuffer hence you only see black area in vnc. i remember that there are some vnc server using...
Caps lock is not working anymore since latest merge of tomB version, moreover previous version was messing the caps lock management in X11... hence currently i'm stuck here with no...
You can always propose, i will see... Note that the problem is not in uae4arm but in debian, there are quite some informations and correction you can find on internet...
Do you have an easy way to test them ?
Pinball dreams selection works well here on raspbian in console... should be something else on your side.
In case someone still search for a solution of this, the version i made had fullscreen on Rpi using opengles for scaling... you can find it there: https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=105811 My githib...
I think i can change LDFLAGS := -lz -lpthread -lFLAC -lmpg123 -ldl to LDFLAGS += -lz -lpthread -lFLAC -lmpg123 -ldl For the unix platform so that LDFLAGS could be inherit....
I tried to understand why controls/joystick is globally broken (which cover z80 snapshot case) with retroarch frontend. At retro_init, the core initialize a default configuration: https://github.com/libretro/fuse-libretro/blob/3f9344ddf88dfd251d95cffdea615692479e8cc6/src/libretro.c#L597-L599 So settings_current.joystick_1_output & input_devices...
I continue on the z80 joystick type loading issue but this time with z80 snapshot redefining joystick to kempston on port 1. I confirm the kempston gets not selected, however...
I have look at retro distributions and found that some of them force the joystick type to kempston ( recalbox & batocera for example). This config coming from the frontend...