aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Expand)Author
2009-11-24PSP: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
2009-11-14Remove Igor engineMax Horn
2009-10-30PSP: Fixed serious issue in plugins due to way gcc sometimes works. Was only ...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-15PSP plugin: fixed small warning that could cause problemsYotam Barnoy
2009-10-15Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.Joost Peters
2009-10-15Updated custom PSP makefile with engines, cleaned up, fixed small issueYotam Barnoy
2009-10-12use new ScummVM logo (with capital S)Joost Peters
2009-10-09whitespace changes aka. buildbot rebuilding :)Joost Peters
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost 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-30fix bug #2869491: "PSP make problem after 44348"Joost Peters
2009-09-27reduce display list size - we only use a fraction of it.Joost Peters
2009-09-27Use _port_mk for the PSP port; some psp.mk cleanup.Andre Heider
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-19Take advantage of extra memory on newer PSP modelsJoost 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-18PSP: disable dosbox OPLJoost Peters
2009-08-17PSP: increase optimization level and change clock rate to 333mhzJoost Peters
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-08-14PSP: add svn revision + build date to SFO title.Joost Peters
2009-08-14PSP: also create param.sfo when building via configureJoost Peters
2009-08-14add psp_clean build rule to clean up EBOOT.PBP and scummvm_stripped.elfJoost Peters
2009-08-14PSP: create an EBOOT.PBP when building via configureJoost Peters
2009-06-28Fix PSP portMax Horn
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-28change link order in .spec file to produce working binaries when building usi...Joost Peters
2009-04-29fix warningJoost Peters
2009-04-21run psp-fixup-imports after linkingJoost Peters
2009-04-13commit slightly modified version of #2759353 - GSoC 2009: Correction in READM...Joost Peters
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-21disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI b...Joost Peters
2009-02-20remove old fileJoost Peters
2009-02-20add README.PSP to update-version.plJoost Peters
2009-02-18add -DDISABLE_TEXT_CONSOLE and -DDISABLE_COMMAND_LINEJoost Peters
2009-02-18report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ...Joost Peters
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
2009-02-14remove InitScalers() call, since the PSP port doesn't use scalers, and we no ...Joost Peters
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn