I don't know what happend with toolchain, but yesterday at night I reinstalled toolchain and now have problem:
All my programms with PSP_MODULE_KERNEL suddenly can't exit by pressing home button. Message Box appear, but I can't choose 'Yes', I can only choose 'No' or press Cancel-button.
In PSP_MODULE_USER all is ok.
toolchain bugged now!!!
are you using PSP_MAIN_THREAD_ATTR(0);? in your main file?
that caused the same problem in my application...
when i use PSP_MAIN_THREAD_ATTR(0); the game can only exit through the home button if SetupCallbacks() is called in a usermode thread
when i dont use PSP_MAIN_THREAD_ATTR(0); it works just fine in my main kernel mode thread
that caused the same problem in my application...
when i use PSP_MAIN_THREAD_ATTR(0); the game can only exit through the home button if SetupCallbacks() is called in a usermode thread
when i dont use PSP_MAIN_THREAD_ATTR(0); it works just fine in my main kernel mode thread
- be2003
blog
blog
I had the same thing happen while working on Quake. As far as I know (may be wrong) it only happened to me after switching to an OE firmware.
Making the callback thread run in user mode fixed it for me too.
Making the callback thread run in user mode fixed it for me too.
http://aaiiee.wordpress.com/
I can no longer do any homebrew PSP development nor discuss PSP specific topics.
I can no longer do any homebrew PSP development nor discuss PSP specific topics.