aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp_gu.cpp
AgeCommit message (Expand)Author
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-03-24remove unsigned qualifier, as byte already is unsigned.Joost Peters
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-21fix wrong uncompress() error check (Z_OK == 0) -- thanks whoever wrecked this ;)Joost Peters
2008-09-16Removed assert leftover.Johannes Schickel
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-18Code formatting fixesMax Horn
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co...Joost Peters
2007-06-22Oops, forgot Common:: qualifierMax Horn
2007-06-22Potential fix for PSP build problemsMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-24center cursor at startupJoost Peters
2007-05-24Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"Joost Peters
2007-04-09initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ...Joost Peters
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2006-06-30move psp backend to backends/platforms/pspJoost Peters