aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.cpp
AgeCommit message (Expand)Author
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-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-23PSP: commented out new PSP audio. Still has some clicking issuesYotam 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-17PSP: added option for render by callback and fixed up and cleaned up debug me...Yotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
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-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-31PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3Yotam Barnoy
2009-11-24PSP: Fix whitespace usage and code formattingMax Horn
2009-11-24PSP: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
2009-10-22PSP: small fix for cache coherency affecting nippon and some others. Trunk only.Yotam Barnoy
2009-10-16PSP palette fix for bsword1: fixed cache coherency issueYotam Barnoy
2009-10-09whitespace changes aka. buildbot rebuilding :)Joost Peters
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-04Cleaned up version of patch #2872626: "PSP: flicker part 2"Joost Peters
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27reduce display list size - we only use a fraction of it.Joost Peters
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
2009-09-22cleanupJoost Peters
2009-09-22Apply patch #2863653: "PSP: Flickering problem fix" + some formatting changes...Joost Peters
2009-08-21some cleanupJoost Peters
2009-08-21unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl...Joost Peters
2009-08-21fix compilation after RGB API changesJoost Peters
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
2009-08-18PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t...Joost Peters
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-02-18report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ...Joost Peters
2009-02-14remove InitScalers() call, since the PSP port doesn't use scalers, and we no ...Joost Peters
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-03add PSPSaveFileManager class (subclassed DefaultSaveFileManager)Joost Peters
2008-10-19Code formatting fixesMax Horn
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-09-04move save directory detection/creation from main() to OSystem_PSP::initBackend()Joost Peters