aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/display_manager.cpp
AgeCommit message (Expand)Author
2019-11-18BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)Cameron Cawley
2018-10-07PSP: Fix Minor Memory Access Error and Leaks in Backend Code.D G Turner
2018-08-18PSP: Fix compilation failures when debug printing is enabledColin Snover
2018-05-06BACKENDS: Replace usage of stricmp/strcmpi/strcasecmpCameron Cawley
2018-01-04PSP: support mouse speed/joy deadzone options and smooth cursor motionrsn8887
2018-01-03PSP: Use aspect correction checkbox instead of extra graphics modesrsn8887
2017-12-29PSP: Fix bug #10239: PSP port incorrect 4:3 aspect ratioD G Turner
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-20PSP: Replace OverlayColor with uint16.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-24PSP: Fix compilationMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-17PSP: fixed bug exhibited in Gob engine with blacked out video framesYotam Barnoy
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-18PSP: reduced fragmentation by allocating overlay just onceYotam Barnoy
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-10-14PSP: added image viewer for viewing images during gamesYotam Barnoy
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-20PSP: moved VramAllocator to display_manager.cpp.Yotam Barnoy
2010-08-17PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R...Yotam Barnoy
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-10PSP: swapped order of checks in renderAll. It's a little cheaper this way.Yotam Barnoy
2010-06-09PSP: fixed missing frame issue with kyrandia and possibly other games by call...Yotam Barnoy
2010-05-23PSP: replaced SDL's timer with much simpler and more efficient PspTimer classYotam 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-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-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy