aboutsummaryrefslogtreecommitdiff
path: root/backends/psp
AgeCommit message (Collapse)Author
2006-04-02Backends now are also responsile for deiniting properly. In particular, ↵Max Horn
moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) svn-id: r21559
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542
2006-02-13Fix compilation after engines moved to engines/Joost Peters
svn-id: r20670
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-27run in usermode. psplink provides an exception handler and stdout/stderr ↵Joost Peters
redirection, so we have no real reason to use kernel mode anyway. svn-id: r20250
2006-01-27Update some FAQs (I should probably move these to the Wiki at some point)Joost Peters
svn-id: r20244
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-17enable kyra engineJoost Peters
svn-id: r20064
2006-01-01Get rid of an old hackJoost Peters
svn-id: r19886
2005-11-20use gp-relative addressingJoost Peters
svn-id: r19680
2005-10-28Add sleep/suspend mode issue and clarification about 2.00 firmware supportJoost Peters
svn-id: r19352
2005-10-28Allow easy building of userspace-only version (for firmware 2.00 EBOOT loaders)Joost Peters
svn-id: r19346
2005-10-26Update version and correct typoJoost Peters
svn-id: r19326
2005-10-18Argh! Binary files got modified too. Reverting them.Eugene Sandulenko
svn-id: r19144
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-09-30fixup imports, needed when using a recent pspsdkJoost Peters
use gcc instead of g++ for linking, to avoid re-ordering of link libraries svn-id: r18911
2005-09-28Make ScummVM run in usermode, install exception handler in kernelmode.Joost Peters
svn-id: r18897
2005-09-28update documentationJoost Peters
svn-id: r18891
2005-09-17USE_VORBIS needs to be defined when using libtremorJoost Peters
svn-id: r18839
2005-09-11- Enable HE SCUMM gamesJoost Peters
- Create 1.00 (default) and 1.50/kxploit EBOOT.PBP - Add eboot graphics by Chris Eskildsen, used with his permission. svn-id: r18806
2005-09-04Clip copyRectToScreen() coordinates.Joost Peters
Fixes bug #1281154, because FT likes to send negative values occasionally. svn-id: r18763
2005-08-30Correct path to psptoolchain.Joost Peters
svn-id: r18722
2005-08-17fix copy/paste-oJoost Peters
svn-id: r18700
2005-08-16fix typoJoost Peters
svn-id: r18697
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696