aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Collapse)Author
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
svn-id: r48148
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: ↵Max Horn
makeZipArchive() svn-id: r48040
2010-01-25Strip trailing whitespaces/tabs in documentation files too.Johannes Schickel
svn-id: r47543
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-24Silenced two more trivial cppcheck warnings.Torbjörn Andersson
svn-id: r47493
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
I figure it the changes are harmless at worst, and making them will make it easier to find real errors in the (still quite long) list of warnings. svn-id: r47443
2010-01-03PSP: Limited movement of virtual keyboard onscreenYotam Barnoy
svn-id: r46940
2009-12-31PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3Yotam Barnoy
svn-id: r46810
2009-12-31PSP: added disable_dosbox_opl to custom makefileYotam Barnoy
svn-id: r46809
2009-12-02PSP: experiment to help resolve flicker bugYotam Barnoy
svn-id: r46239
2009-11-25apply patch #2903175: "PSP: compile cleanup/fix for gprof and Windows"Joost Peters
svn-id: r46134
2009-11-24PSP: Fix whitespace usage and code formattingMax Horn
svn-id: r46126
2009-11-24formattingJoost Peters
svn-id: r46124
2009-11-24fix building via MakefileJoost Peters
svn-id: r46123
2009-11-24revert psp.spec mutilation tooJoost Peters
svn-id: r46122
2009-11-24PSP: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
svn-id: r46120
2009-11-14Remove Igor engineMax Horn
svn-id: r45898
2009-10-30PSP: Fixed serious issue in plugins due to way gcc sometimes works. Was only ↵Yotam Barnoy
observable in Kyra engine but potentially applicable to all svn-id: r45535
2009-10-22PSP: small fix for cache coherency affecting nippon and some others. Trunk only.Yotam Barnoy
svn-id: r45328
2009-10-16PSP palette fix for bsword1: fixed cache coherency issueYotam Barnoy
svn-id: r45165
2009-10-15PSP plugin: fixed small warning that could cause problemsYotam Barnoy
svn-id: r45130
2009-10-15Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.Joost Peters
If you need to adjust this to build then your toolchain setup is broken! svn-id: r45108
2009-10-15Updated custom PSP makefile with engines, cleaned up, fixed small issueYotam Barnoy
svn-id: r45107
2009-10-12use new ScummVM logo (with capital S)Joost Peters
svn-id: r44992
2009-10-09whitespace changes aka. buildbot rebuilding :)Joost Peters
svn-id: r44831
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost Peters
svn-id: r44822
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-04Cleaned up version of patch #2872626: "PSP: flicker part 2"Joost Peters
svn-id: r44646
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-30fix bug #2869491: "PSP make problem after 44348"Joost Peters
svn-id: r44479
2009-09-27reduce display list size - we only use a fraction of it.Joost Peters
svn-id: r44418
2009-09-27Use _port_mk for the PSP port; some psp.mk cleanup.Andre Heider
svn-id: r44405
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
svn-id: r44276
2009-09-22cleanupJoost Peters
svn-id: r44253
2009-09-22Apply patch #2863653: "PSP: Flickering problem fix" + some formatting ↵Joost Peters
changes and fixing several incorrect depth values. svn-id: r44251
2009-08-21some cleanupJoost Peters
svn-id: r43618
2009-08-21unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and ↵Joost Peters
mostly useless) svn-id: r43615
2009-08-21fix compilation after RGB API changesJoost Peters
svn-id: r43606
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
svn-id: r43539
2009-08-19Take advantage of extra memory on newer PSP modelsJoost Peters
svn-id: r43525
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
svn-id: r43519
2009-08-18PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to ↵Joost Peters
triangle svn-id: r43517
2009-08-18PSP: disable dosbox OPLJoost Peters
svn-id: r43514
2009-08-17PSP: increase optimization level and change clock rate to 333mhzJoost Peters
svn-id: r43498
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume ↵Joost Peters
for PSP svn-id: r43477
2009-08-14PSP: add svn revision + build date to SFO title.Joost Peters
svn-id: r43386
2009-08-14PSP: also create param.sfo when building via configureJoost Peters
svn-id: r43384