not6
not6
dit you add CFLAGS += -DWORDS_BIGENDIAN -DMSB_FIRST in ps3 makefile.libretro section?
i had make few change to add option to toggle keybaord handler to pool instead of callback. and update the libco. could you test it ? before i make a...
https://github.com/r-type/hatari2 done in the past for my own
you could take a look here https://github.com/r-type/hataritmp
did you build with make -f Makefile.libretro ?
my fault , .gitignore have an entry for config.h so my local config.h was never pushed to repo. can you pull and try again?
missing some header for PRId64, sould be fixed now. also i've updated new cpu pregen. you can build using new uae cpu (default) or old one (like actual libretro\hatari) new...
Yes the bug is there is 2 time RETRO_ENVIRONMENT_SET_INPUT_DESCRIPTORS https://github.com/libretro/hatari/blob/master/libretro/libretro.c#L484 https://github.com/libretro/hatari/blob/master/libretro/libretro.c#L646 with different descriptors. I have removed one in my repo, so can you try again to see how it...
L1 should bring on screen keyboard SELECT should toogle mouse/joypad look here https://github.com/r-type/hataritmp/blob/master/README.md you can use L2 (status) to see if you are in DPAD or MOUSE mode.
BTW on which os are you ? I loose my head to find why joystick not working in some game like turrican or alien syndrome, i've done also a quick...