I wanted to release this lib because someone would find it useful. i wrote some things, but most of the stuff were written by KaKaRoTo and bigboss.
This lib has been tested and works. for any bug report, please write to me on github or send me an email.
libmove for PSL1GHT V2
This lib will be installed inside the PORTLIBS
Changelog:
- initial release
Linking
Add these libs on your makefile to compile your homebrew.
-lmove -lgem -lcamera -lspurs
License
This lib is released under BSD License.
Example #includeint main(s32 argc, const char* argv[]){ movePadData data; init_move(); while(1){ getMovePadData(&data); if(data.BTN_ACTION) calibrate_move(); }else if(data.BTN_T){ goto end; } } end: end_move(); }
AuthorsDeroad - libmove.cpp/.h movebuttons.hJose Ramos Marquez (bigboss) - moveutil.cpp/.h spursutil.cpp/.hYouness Alaoui (KaKaRoTo) - moveutil.cpp/.h spursutil.cpp/.h