aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Expand)Author
2010-06-10PSP: swapped order of checks in renderAll. It's a little cheaper this way.Yotam Barnoy
2010-06-10PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost c...Yotam Barnoy
2010-06-09PSP: fixed missing frame issue with kyrandia and possibly other games by call...Yotam Barnoy
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-27PSP: fixed a screen shake bugYotam 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-24PSP: turn off psp audio thread again. Must have tested it wrong.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-24PSP: moved timer thread to backends/timer/pspYotam Barnoy
2010-05-23PSP: commented out new PSP audio. Still has some clicking issuesYotam Barnoy
2010-05-23PSP: changed thread stack sizes to prevent crashes in COMIYotam Barnoy
2010-05-23PSP: forgot to add a fileYotam 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
2010-05-20PSP: Had to switch to different way of using callbacks as last one wasn't wor...Yotam Barnoy
2010-05-17PSP: added option for render by callback and fixed up and cleaned up debug me...Yotam Barnoy
2010-05-16Add back README.PSPJoost Peters
2010-05-12PSP: fixed debug function. Compiler optimization was calling the destructor b...Yotam Barnoy
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-04-28PSP: added profiling support to custom makefile for ease of useYotam Barnoy
2010-04-26PSP: Added support for profiling using configure:Yotam Barnoy
2010-04-26PSP: Cleanup trace.h a bitMax Horn
2010-04-25PSP: A couple of small fixes to the debugging supportYotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12add const keyword to some methodsJoost Peters
2010-04-12formattingMax Horn
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: makeZip...Max Horn
2010-01-25Strip trailing whitespaces/tabs in documentation files too.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Silenced two more trivial cppcheck warnings.Torbjörn Andersson
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-03PSP: Limited movement of virtual keyboard onscreenYotam Barnoy
2009-12-31PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3Yotam Barnoy
2009-12-31PSP: added disable_dosbox_opl to custom makefileYotam Barnoy
2009-12-02PSP: experiment to help resolve flicker bugYotam Barnoy
2009-11-25apply patch #2903175: "PSP: compile cleanup/fix for gprof and Windows"Joost Peters
2009-11-24PSP: Fix whitespace usage and code formattingMax Horn
2009-11-24formattingJoost Peters
2009-11-24fix building via MakefileJoost Peters
2009-11-24revert psp.spec mutilation tooJoost Peters
2009-11-24PSP: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
2009-11-14Remove Igor engineMax Horn