This patch enables irda keyboards for SDL :-)
Download it there
http://mail.pdaxrom.org/tmp/SDL-pspirkbd.diff
Originally i made it for use with my Pyldin601 emulator (port for PSP, old bulgarian mc6800 based computer)
You can try binaries http://mail.pdaxrom.org/tmp/pyldin601-psp-3.2rev84.zip
or sources https://mail.pdaxrom.org/svn/pyldin/trunk/pyldin601/
Copy psp and seplugins to psp.
Edit ms0:/seplugins/pspirkeyb.ini for your keyboard.
SDL keyboard support via libpspirkeyb
It need install libpspirkeyb for build SDL with keyboard support. And i made new patch for keyboard configure option. Now for enable psp ir keyboard, use option --enable-pspirkeyb.
By default it disabled and no additional libraries need.
Patch http://mail.pdaxrom.org/tmp/SDL-pspirkb ... ption.diff
Code: Select all
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./configure --host psp --prefix=$(psp-config --psp-prefix) --enable-pspirkeyb
Patch http://mail.pdaxrom.org/tmp/SDL-pspirkb ... ption.diff