aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/audio.cpp
AgeCommit message (Expand)Author
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-25PSP: Remove leftover debug statement to non-existant variable.D G Turner
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-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24PSP: switched to the way SDL does things in the audio thread to get rid of cl...Yotam Barnoy
2010-05-23PSP: replaced SDL's timer with much simpler and more efficient PspTimer classYotam Barnoy
2010-05-23PSP: switched from SDL's audio to my own thread. Removed needless blocking wh...Yotam Barnoy