Today i created a port of Box2D rev 220. I added some vfpu optimalisation from libpspmatchv4. The libpspmathv4 is included in the package.
to build it just run:
Code: Select all
make
make install
everything should be fine
Code: Select all
make
make install
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}