i suggest you to test other value by your self ;)
like 0, 2, 3 .... ;)
Search found 3 matches
- Sat Dec 15, 2007 1:22 am
- Forum: PSP Development
- Topic: Switching on/off the LEDs? How?
- Replies: 11
- Views: 6854
- Tue Apr 10, 2007 3:03 pm
- Forum: PSP Development
- Topic: Smooth Mouse (SDL) ;)
- Replies: 0
- Views: 972
Smooth Mouse (SDL) ;)
last night i made this, to make a mouse cursor with smooth movement the movement is based on the stick angle (aStickA), 0° = Right now, you can add accleration in function of circle ray (aStickR) int getSqrRadius(int X, int Y) { return sqrt((X * X) + ...
- Mon Apr 02, 2007 12:03 pm
- Forum: PSP Development
- Topic: Compiling SDL Mac OS X
- Replies: 1
- Views: 1177
Compiling SDL Mac OS X
I am trying to compiling SDL under Mac Os X 10.4.9 su root svn co svn://svn.pspdev.org/trunk/SDL port install automake17 port deactivate automake cd SDL ./autogen.sh ./configure ./make Problem : ld: Undefined symbols: __Unwind_Resume /usr/bin/libtool: internal link edit command failed make[2]: *** [...