aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/thread.h
AgeCommit message (Expand)Author
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-06-21PSP: moved RTC to singleton to allow usage by classes other than OsystemYotam Barnoy
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15PSP: fixed SCI freeze issue by using recursive mutexesYotam Barnoy
2010-06-10PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost c...Yotam Barnoy
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
2010-05-23PSP: changed thread stack sizes to prevent crashes in COMIYotam Barnoy
2010-05-23PSP: forgot to add a fileYotam Barnoy