aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Collapse)Author
2009-06-28Fix PSP portMax Horn
svn-id: r41934
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932
2009-06-28change link order in .spec file to produce working binaries when building ↵Joost Peters
using the configure script svn-id: r41929
2009-04-29fix warningJoost Peters
svn-id: r40204
2009-04-21run psp-fixup-imports after linkingJoost Peters
svn-id: r40037
2009-04-13commit slightly modified version of #2759353 - GSoC 2009: Correction in ↵Joost Peters
README.PSP svn-id: r39949
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the ↵Joost Peters
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693
2009-03-24remove unsigned qualifier, as byte already is unsigned.Joost Peters
svn-id: r39672
2009-02-21disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI ↵Joost Peters
building (and aren't used anymore anyway) svn-id: r38687
2009-02-20remove old fileJoost Peters
svn-id: r38609
2009-02-20add README.PSP to update-version.plJoost Peters
svn-id: r38608
2009-02-18add -DDISABLE_TEXT_CONSOLE and -DDISABLE_COMMAND_LINEJoost Peters
svn-id: r38489
2009-02-18report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ↵Joost Peters
may even be phased out at some point). svn-id: r38476
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
svn-id: r38475
2009-02-14remove InitScalers() call, since the PSP port doesn't use scalers, and we no ↵Joost Peters
longer need to set gBitFormat. svn-id: r36333
2009-01-30Moved default implementations for various OSystem methods into a new class ↵Max Horn
BaseBackend svn-id: r36135
2009-01-24fix compilationJoost Peters
svn-id: r36040
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵Max Horn
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-21fix wrong uncompress() error check (Z_OK == 0) -- thanks whoever wrecked this ;)Joost Peters
svn-id: r35146
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-11-03add PSPSaveFileManager class (subclassed DefaultSaveFileManager)Joost Peters
svn-id: r34891
2008-11-03implement OSystem::getOverlayFormat()Joost Peters
svn-id: r34890
2008-10-19Code formatting fixesMax Horn
svn-id: r34827
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵Max Horn
respective ports svn-id: r34812
2008-09-16Removed assert leftover.Johannes Schickel
svn-id: r34579
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ↵Max Horn
to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts) svn-id: r34576
2008-09-04move save directory detection/creation from main() to OSystem_PSP::initBackend()Joost Peters
svn-id: r34326
2008-09-04remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to ↵Joost Peters
DefaultSaveFileManager ctor svn-id: r34324
2008-07-08set DEPDIRJoost Peters
svn-id: r32969
2008-07-08Enable static engines -- time to start thinking about prx/plugin support!Joost Peters
svn-id: r32968
2008-07-08changes for new Mixer APIJoost Peters
svn-id: r32967
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
svn-id: r32828
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
svn-id: r32826
2008-04-10fix make cleanJoost Peters
svn-id: r31466
2008-03-26Call InitScalers instead of setting gBitFormat directlyMax Horn
svn-id: r31242
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
svn-id: r31195
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-11-20Cleanup.Johannes Schickel
svn-id: r29584
2007-10-17fix compile after recent fs code renameJoost Peters
svn-id: r29229
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
svn-id: r28963
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-06-30Adding some missing stuff to the PS2 port (it still will require quite some ↵Max Horn
work to get it working again) svn-id: r27799
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to ↵Joost Peters
Common::KeyCode svn-id: r27632
2007-06-22Oops, forgot Common:: qualifierMax Horn
svn-id: r27621