aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.cpp
AgeCommit message (Expand)Author
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
2008-09-04remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default...Joost Peters
2008-07-08changes for new Mixer APIJoost Peters
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
2008-03-26Call InitScalers instead of setting gBitFormat directlyMax Horn
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2007-11-20Cleanup.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-24Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"Joost Peters
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-18Fix for bug #1683111 (PSP: unable to build latest svn version 26210)Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-02-11fix compilation / modularization updateJoost Peters
2006-07-07implement grabRawScreen()Joost Peters
2006-06-30fix compilation after backend moveJoost Peters
2006-06-30move psp backend to backends/platforms/pspJoost Peters