aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Expand)Author
2010-09-25PSP: ME MP3: cache stereo statusYotam Barnoy
2010-09-23PSP: fix issue in ME MP3 code. Release and init the ME when seeking.Yotam Barnoy
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-09-20PSP: Split up PspMemory class.Yotam Barnoy
2010-09-20PSP: moved VramAllocator to display_manager.cpp.Yotam Barnoy
2010-09-17RELEASE: This is 1.3.0svnEugene Sandulenko
2010-09-01PSP: removed strict-aliasingYotam Barnoy
2010-08-31PSP: fix BS2 crash by disabling strict aliasingYotam Barnoy
2010-08-24PSP: switched to using BufferedSeekableReadStream and BufferedWriteStreamYotam Barnoy
2010-08-18PSP: fixed issue in ME MP3 player that prevented different MP3 layers and ver...Yotam Barnoy
2010-08-17PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R...Yotam Barnoy
2010-08-15PSP: slight fix to ME MP3 playerYotam Barnoy
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-07-30PSP: optimized memcpy some more and fixed memcpy testingYotam Barnoy
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-18trying to fix psp build for case sensitive filesystems.Andre Heider
2010-07-18PSP: switched to using my memcpyYotam Barnoy
2010-07-18PSP: forgot test filesYotam Barnoy
2010-07-18Made memcpy faster but not as fast with uncached mem.Yotam Barnoy
2010-07-13PSP: Typos in trace.hYotam Barnoy
2010-06-21PSP: Whitespace fix (and rewrap overlong line for readability)Max Horn
2010-06-21PSP: moved RTC to singleton to allow usage by classes other than OsystemYotam Barnoy
2010-06-21PSP: errors from both ScummVM and the PSP port now print to file by default. ...Yotam Barnoy
2010-06-21PSP: removed default 'using ME' messageYotam Barnoy
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
2010-06-16PSP: got rid of SDLYotam Barnoy
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15PSP: fixed invisible bug in power callbackYotam Barnoy
2010-06-15PSP: fixed SCI freeze issue by using recursive mutexesYotam Barnoy
2010-06-15PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample ...Yotam Barnoy
2010-06-10PSP: swapped order of checks in renderAll. It's a little cheaper this way.Yotam Barnoy
2010-06-10PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost c...Yotam Barnoy
2010-06-09PSP: fixed missing frame issue with kyrandia and possibly other games by call...Yotam Barnoy
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-27PSP: fixed a screen shake bugYotam Barnoy
2010-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
2010-05-24PSP: turn off psp audio thread again. Must have tested it wrong.Yotam Barnoy
2010-05-24PSP: switched to the way SDL does things in the audio thread to get rid of cl...Yotam Barnoy
2010-05-24PSP: moved timer thread to backends/timer/pspYotam Barnoy
2010-05-23PSP: commented out new PSP audio. Still has some clicking issuesYotam Barnoy
2010-05-23PSP: changed thread stack sizes to prevent crashes in COMIYotam Barnoy
2010-05-23PSP: forgot to add a fileYotam Barnoy
2010-05-23PSP: replaced SDL's timer with much simpler and more efficient PspTimer classYotam Barnoy
2010-05-23PSP: switched from SDL's audio to my own thread. Removed needless blocking wh...Yotam Barnoy
2010-05-20PSP: Had to switch to different way of using callbacks as last one wasn't wor...Yotam Barnoy
2010-05-17PSP: added option for render by callback and fixed up and cleaned up debug me...Yotam Barnoy