@mitu It's working perfectly with box86-0.2.2.
Here is my script that runs UT2004 natively at full speed on Piboy XRS through EmulationStation with mapped controls. We must go into the UT System folder before launching ut2004.bin to avoid "MissingIni" error.
if pgrep xboxdrv; then sudo killall -s SIGKILL xboxdrv > /dev/null; fi cd sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv \ --detach-kernel-driver \ --config /home/pi/RetroPie/roms/ports/PiboyXRS_unreal_xboxdrv.cfg > /dev/null \ & cd cd '/home/pi/RetroPie/roms/ports/UT2004/System/' xinit /home/pi/box86-0.2.2/build/box86 'ut2004-bin' > /dev/null 2>&1 sleep 1 sudo killall -s SIGKILL xboxdrv > /dev/nullThe PiboyXRS_unreal_xboxdrv.cfg file :
(Should be working with any gamepad with adjustments)
You can adjust some keys in UT controls parameters in game instead modify this .cfg that can be used for ohters FPS games.
Thanks for your help.