how to enable rtti
how to enable rtti
can rtti be used on the psp because in all of the makefiles samples it has -fno-rtti and i want to use boost which needs rtti enable for some of the pointer objects
dont know.
I would say: Try it...
Just remove -fno-rtti from th makefile and try to run it.
I would say: Try it...
Just remove -fno-rtti from th makefile and try to run it.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}