aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/thread.cpp
AgeCommit message (Collapse)Author
2010-06-15PSP: fixed SCI freeze issue by using recursive mutexesYotam Barnoy
svn-id: r49682
2010-06-10PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost ↵Yotam Barnoy
complete. svn-id: r49572
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a ↵Yotam Barnoy
fixed amount to the time counter. svn-id: r49485
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
svn-id: r49179